hi to all
Im having this problem
im loading a shapefile in geoserver that is in GGRS/GREEK grid projection. I add as SRS 2100 which is the correct projection for this
If i manually convert the shape file to WGS84 and load it in Geoserver i get a different position
Why is this happening?
I loaded both files on a page so you can see the difference: http://mpe.gr/gmaps/test.html .
At the cape at northwest of the image you can see two different overlays.
Is there an answer for this?
On 1/10/07, geoserver-users-request@lists.sourceforge.net <geoserver-users-request@lists.sourceforge.net> wrote:
Send Geoserver-users mailing list submissions to
geoserver-users@lists.sourceforge.netTo subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/geoserver-users
or, via email, send a message with subject or body ‘help’ to
geoserver-users-request@lists.sourceforge.netYou can reach the person managing the list at
geoserver-users-owner@lists.sourceforge.netWhen replying, please edit your Subject line so it is more specific
than “Re: Contents of Geoserver-users digest…”Today’s Topics:
- Geoserver Questions (Raster Image, Server) (Brad_Mclain)
- Re: Geoserver Questions (Raster Image, Server) (Andrea Aime)
- Re: wfs-t based GetFeature problem (Hector Hugo Perez Alonso)
- Re: About the WFS-T demo (Brent Owens)
Message: 1
Date: Tue, 9 Jan 2007 13:59:02 -0800 (PST)
From: Brad_Mclain <bradleym06@…95… >
Subject: [Geoserver-users] Geoserver Questions (Raster Image, Server)
To: geoserver-users@lists.sourceforge.net
Message-ID: < 8247479.post@…381…>
Content-Type: text/plain; charset=us-asciiOk guys I’m pretty new to geoserver but I have read through most of the
documentation and tutorials and currently have managed to upload a shapefile
and have it correctly display when you go to mapPreview.do.I have a few problems though. Firstly how do you accurately determine the
SRS value?, because I managed to get what I think is the correct value for
one shapefile but the others are failing to display anything.Secondly how do you display a raster image in geoserver?. The image I have
is a TIFF/GeoTIFF (but I can easily change it to PNG) aerial photo, I have
looked everywhere but can’t seem to find an option for it.Lastly what I am looking to do is take this image and serve it by itself in
a new window with various zoom and pan optiions however I can’t seem to find
anywhere how to do this. I can only get to the uploading and preview a
shapefile stage.Any links to good tutorials or information you can provide on any of these
topics would be greatly appreciated.Brad
–
View this message in context: http://www.nabble.com/Geoserver-Questions-%28Raster-Image%2C-Server%29-tf2949129.html#a8247479
Sent from the GeoServer - User mailing list archive at Nabble.com.
Message: 2
Date: Wed, 10 Jan 2007 08:45:47 +0100
From: Andrea Aime < aaime@…1…>
Subject: Re: [Geoserver-users] Geoserver Questions (Raster Image,
Server)
To: Brad_Mclain <bradleym06@…95… >
Cc: geoserver-users@lists.sourceforge.net
Message-ID: <45A499AB.8000607@…1…>
Content-Type: text/plain; charset=ISO-8859-1; format=flowedBrad_Mclain ha scritto:
Ok guys I’m pretty new to geoserver but I have read through most of the
documentation and tutorials and currently have managed to upload a shapefile
and have it correctly display when you go to mapPreview.do.I have a few problems though. Firstly how do you accurately determine the
SRS value?, because I managed to get what I think is the correct value for
one shapefile but the others are failing to display anything.Most shapefile in the wild do not come with any SRS information at all,
you’re just supposed to know what SRS they are in. If you’re like,
you’ll have a .prj file in the set that gives you that information.Secondly how do you display a raster image in geoserver?. The image I have
is a TIFF/GeoTIFF (but I can easily change it to PNG) aerial photo, I have
looked everywhere but can’t seem to find an option for it.The ability to serve raster data is provided in Geosever 1.5.x onwards.
You’ll have to try out 1.5.0beta if you need that.Lastly what I am looking to do is take this image and serve it by itself in
a new window with various zoom and pan optiions however I can’t seem to find
anywhere how to do this. I can only get to the uploading and preview a
shapefile stage.Geosever is just that, a server, what you’re looking for is a client as
well. There is a list of clients here:
http://docs.codehaus.org/display/GEOSDOC/Clients
If you need a browser based one and you want instant satisfaction (that
is, download, modify an example, done), I would suggest to try out
OpenLayers, if you want more functionality but still pure browser based
solution, MapBuilder, if you have a setup with PHP on the server side
(that is, you’re leveraging Geoserver hidden behind a public site using
PHP), MapBender.Hope this helps
Cheers
Andrea Aime
Message: 3
Date: Wed, 10 Jan 2007 13:19:13 +0100
From: “Hector Hugo Perez Alonso” <hperez@…827…>
Subject: Re: [Geoserver-users] wfs-t based GetFeature problem
To: < geoserver-users@lists.sourceforge.net>
Message-ID: <B73DD2196B6DA248BC8E4FFE4679C6F2013FC123@…829…>
Content-Type: text/plain; charset=“iso-8859-1”Well, Chris, your suggestion is as lame as effective :-). It works with 1.4.0 release, so it is welcome!.
Thanks very much for the help.
Regards,H?ctor
-----Mensaje original-----
De: Chris Holmes [mailto: cholmes@…1…]
Enviado el: lunes, 08 de enero de 2007 16:54
Para: Hector Hugo Perez Alonso
CC: geoserver-users@lists.sourceforge.net
Asunto: Re: [Geoserver-users] wfs-t based GetFeature problemI have a somewhat lame suggestion.
Upgrade to 1.4.0, since it’s our latest stable release. There’s a decent chance that will fix your problem.
best regards,
Chris
Hector Hugo Perez Alonso wrote:
Hi again,
After sending the question to the mapbuilder users list, it happens
that a getFeature request from the browser to geoserver like thishttp://pcwin.gmv.es:8083/geoserver/wfs?request=GetFeature&typeName=win
:ship_positions&bbox=-45.099999999999994 ,-43.74000000000001,-43.699999
99999999,-42.34returns all the points of the layer, even those outside the bounding box passed as parameter (the response is attached), so something is going wrong in my geoserver. I have checked the projection in my feature type definition and it is epsg:4326, which is the good one.
One of the mapbuilder users said that he had been stuck with the same problem in geoserver 1.3.4 (the release that I am using), but when he switched back to version 1.3.3 everything was ok. This makes me wonder if it would be a problem linked to the 1.3.4 release, but since I get the wfs-t demo working fine with geoserver 1.3.4 I don’t think this is the case.
Do you have any suggestions?.
H?ctor.
-----Mensaje original-----
De: geoserver-users-bounces@lists.sourceforge.net
[mailto:geoserver-users-bounces@lists.sourceforge.net ] En nombre de
Hector Hugo Perez Alonso Enviado el: viernes, 05 de enero de 2007 9:02
Para: Brent Owens
CC: geoserver-users@lists.sourceforge.net
Asunto: Re: [Geoserver-users] wfs-t based GetFeature problemHi Brent,
Thanks for the reply. It is not solved yet, but the issue is being followed in the mapbuilder list (it is posted there under the subject “wfsGetFeature problem”).
Cheers,H?ctor.
-----Mensaje original-----
De: Brent Owens [mailto:brentowens@…84…] Enviado el: viernes, 05
de enero de 2007 0:37
Para: Hector Hugo Perez Alonso
CC: geoserver-users@lists.sourceforge.net
Asunto: Re: [Geoserver-users] wfs-t based GetFeature problemHi Hector, sorry for the late reply.
Have you resolved your problem yet? I doubt the issue has anything to do with whether your data is in postgis vs. shapefile. But what it could be is that the wrong projection is being used.
You could try asking the mapbuilder list
(mapbuilder-users@lists.sourceforge.net) and see what they think the issue could be.Brent Owens
(The Open Planning Project)Hector Hugo Perez Alonso wrote:
Hi everybody,
I am taking my first steps with GeoServer and MapBuilder as client. I
mainButtonBar mainMap mainMouseClick RadioButton /images/QueryEnable.png /images/QueryDisable.png featureCollection [http://localhost:8080/geoserver/wfs?](http://localhost:8080/geoserver/wfs?) win:win_onepoly 5
have based my sample in the wfs-t demo (instead of shapefiles I am
using simple PostGis tables for my datastore and featureTypes), and I
get it working with points, lines and polygons.
My problem is that the wfsGetFeature behaves differently than in the
demo. When a specific feature in the map is clicked (with the
wfsGetFeature button activated), the server retuns the information
for all the features of the map instead of doing it just for the one
that has been clicked. I thought it would be some misconfiguration in
the mapbuilder xml files from my side, but now I’m not so sure. The
wfsGetFeature tag in my config file (copied below) is the same as in
the demo, except for the specific values of typeName (int his case a
feature with polygons) and the webServiceUrl.
Maybe it has something to do with the data store changed from shape
files to postGis?.
If somebody could point me out where should I take a look, it would
be great!.Thanks in advance,
H?ctor.
–
H?ctor Hugo P?rez Alonso
Licenciado en CC. Matem?ticas/
M.SC.Mathematics
GMV AEROSPACE
AND DEFENCE, S.A.
Isaac Newton, 11
P.T.M. Tres Cantos
E-28760 Madrid
Tel. +34 91 807 21 00 / 3369
Fax +34 91 807 21 99
www.gmv.com
– Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informaci?n clasificada por su emisor como
confidencial en el marco de su Sistema de Gesti?n de Seguridad de la
Informaci?n siendo para uso exclusivo del destinatario, quedando
prohibida su divulgaci?n copia o distribuci?n a terceros sin la
autorizaci?n expresa del remitente. Si Vd. ha recibido este mensaje
err?neamente, se ruega lo notifique al remitente y proceda a su
borrado. Gracias por su colaboraci?n.
– This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are
addressed. Any unauthorised copy, disclosure or distribution of this
message is strictly forbidden. If you have received this transmission
in error, please notify the sender immediately and delete it.
–
–
— Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net’s Techsay panel and you’ll get the chance to share
your opinions on IT & business topics through brief surveys - and
earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DE
V
DEV
–
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
This message including any attachments may contain confidential information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it.
— Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net’s Techsay panel and you’ll get the chance to share
your opinions on IT & business topics through brief surveys - and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
DEV _______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener informacion clasificada por su emisor como confidencial en
el marco de su Sistema de Gestion de Seguridad de la Informacion
siendo para uso exclusivo del destinatario, quedando prohibida su
divulgacion copia o distribucion a terceros sin la autorizacion
expresa del remitente. Si Vd. ha recibido este mensaje erroneamente,
se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message is
strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
!DSPAM:1003,45a2412788911410093335!
–
<?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollectionxmlns:wfs=" http://www.opengis.net/wfs" xmlns:gml=“http://www.opengis.net/gml” xmlns:win=“http://www.win-eu.org " xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://www.opengis.net/wfs http://pcwin.gmv.es:8083/geoserver/schemas/wfs/1.0.0/WFS-basic.xsd http://www.win-eu.org http://pcwin.gmv.es:8083/geoserver/wfs/DescribeFeatureType?typeName=win:ship_positions”>
gml:boundedBy
<gml:Box srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:coordinates decimal=“.” cs=“,” ts=" “>-44.54,-42.62 -44.54,-42.62</gml:coordinates>
</gml:Box>
</gml:boundedBy>
gml:featureMember
<win:ship_positions fid=“ship_positions.%2Cm.m%2C.&010400000001000000010100000048E17A14AE4731C034333333333349C0”>
win:ship_name,m.m,.</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 17.28,-50.4</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.test2&010400000001000000010100000040E17A14AE470140EC51B81E85EB49C0”>
win:ship_nametest2</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “> 2.16,-51.84</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.winTestpoint&010400000001000000010100000040D7A3703D0A0740BA1E85EB51B842C0”>
win:ship_namewinTestpoint</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “> 2.88,-37.44</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.winTestPoint95&0104000000010000000101000000708FC2F5285C2B40C2F5285C8FC247C0”>
win:ship_namewinTestPoint95</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “> 13.68,-47.52</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.winTestPosition95&010400000001000000010100000000CDCCCCCCCC0C40A8703D0AD7A33AC0”>
win:ship_namewinTestPosition95</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “> 3.6,-26.64</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.winTestpoint&0104000000010000000101000000C047E17A14AE1F40608FC2F5285C2BC0”>
win:ship_namewinTestpoint</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “> 7.92,-13.68</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.Arg1&010400000001000000010100000014AE47E17A944FC09A999999999948C0”>
win:ship_nameArg1</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 63.16,-49.2</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.Arg1&0104000000010000000101000000AE47E17A14EE4FC05C8FC2F528DC49C0”>
win:ship_nameArg1</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 63.86,-51.72</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.shipTest&0104000000010000000101000000CCCCCCCCCC8C4DC034333333333347C0”>
win:ship_nameshipTest</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 59.1,-46.4</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.testShip99&01040000000100000001010000001E85EB51B8DE4BC0A4703D0AD7A346C0”>
win:ship_nametestShip99</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 55.74,-45.28</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.testShip120&0104000000010000000101000000E17A14AE47A149C05C8FC2F5285C46C0”>
win:ship_nametestShip120</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" “>- 51.26,-44.72</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
gml:featureMember
<win:ship_positions fid=“ship_positions.barquito&010400000001000000010100000084EB51B81E4546C090C2F5285C4F45C0”>
win:ship_namebarquito</win:ship_name>
win:position
<gml:MultiPoint srsName=” http://www.opengis.net/gml/srs/epsg.xml#4326">
gml:pointMember
gml:Point
<gml:coordinates decimal=“.” cs=“,” ts=" ">- 44.54,-42.62</gml:coordinates>
</gml:Point>
</gml:pointMember>
</gml:MultiPoint>
</win:position>
</win:ship_positions>
</gml:featureMember>
</wfs:FeatureCollection>
–
— Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net’s Techsay panel and you’ll get the chance to share
your opinions on IT & business topics through brief surveys - and earn
cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
DEV!DSPAM:1003,45a2412788911410093335!
–
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users!DSPAM:1003,45a2412788911410093335!
–
Chris Holmes
The Open Planning Project
http://topp.openplans.org
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
puede contener informacion clasificada por su emisor como confidencial
en el marco de su Sistema de Gestion de Seguridad de la
Informacion siendo para uso exclusivo del destinatario, quedando
prohibida su divulgacion copia o distribucion a terceros sin la
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.
This message including any attachments may contain confidential
information, according to our Information Security Management System,
and intended solely for a specific individual to whom they are addressed.
Any unauthorised copy, disclosure or distribution of this message
is strictly forbidden. If you have received this transmission in error,
please notify the sender immediately and delete it.
Message: 4
Date: Wed, 10 Jan 2007 08:03:36 -0800
From: Brent Owens <brentowens@…84…>
Subject: Re: [Geoserver-users] About the WFS-T demo
To: Yanlin Weng <weng@…484…>
Cc: mapbuilder-users@lists.sourceforge.net,
geoserver-users@lists.sourceforge.net
Message-ID: <45A50E58.9080808@…84…>
Content-Type: text/plain; charset=ISO-8859-1; format=flowedHi Yanlin,
Sorry for the late reply.GeoServer 1.4 has a bug in the map preview where it defaults the SRS
value to 4326. It is fixed in 1.5 however, so that issue should be resolved.I think in mapbuilder you will need to have your data reprojected to
4326 in order for your cursor track to work, but I could be wrong. You
do no need to reproject the shapefile yourself, but Geoserver will do it
for you automatically (although for the best performance if it is
already reprojected then it will be quicker).
Does anyone on the mapbuilder list know how the different projections
are handled in mapbuilder?Brent Owens
(The Open Planning Project)Yanlin Weng wrote:
Hi, Brent,
I set the SRS (2289) of my shapefiles correctly in geoserver. But the
corresponding created xml files in the “geoserver/preview” folder which
MapBuilder uses to draw the map, the SRS became 4326. I thought either
GeoServer or Mapbuilder
automatically did the conversion. So I used the same BoundingBox from xml files
in the preview folder to the xml files in my wfs-t demo folder.After reading your message, I tried changing the SRS in xml file to 2289, the
corresponding minx, miny, maxx, maxy units as well. Then do the query again.
The two messages I got as follows:1.A erro message box poped up with “unsupported map projection:
HTTP://WWW.OPENGIS.NET/GML/SRS/EPSG.XML#2289”.
- from Javascript Console,
Error: objRef.proj has no properties
Source File: http://localhost:8080/geoserver/mb/lib/widget/CursorTrack.js
Line: 143Now my guess is the cursortrack widget of mapbuilder works only for 4326 or
lat/lon., and then send wfs requests with SRS defined in the local xml file,
not the one actually defined in GeoServer.Do I need to reproject my shapefile to 4326 before uploading to geoserver?
Please let me know if the words above look confusing. (Still learning English)
Thanks.
Best,
YanlinQuoting Brent Owens <brentowens@…84…>:
hmm, if the request is a getFeatureInfo request it should be
reprojecting for you. Is your data set up in geoserver with the correct
SRS value?Brent Owens
(The Open Planning Project)Yanlin Weng wrote:
Hi, all,
I guess I found the problem: the SRS setting.
The coordinates from the mouse click is in lat. and lon. units, but the SRS
of
my shapefile is using is a projected coordinate systems, here 2289.
Therefore
this query returns no feature.
I tried the WFS_getFeatureBBOX request using SRS 2289, and the returned GML
looks good.Now the problem is how to convert the coordinates from mouse click to the
one I
want on the fly?
Thanks!
Best,
Yanlin
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-usersEnd of Geoserver-users Digest, Vol 8, Issue 25
–
Γεώργιος Τσολάκης - Περιβαλλοντολόγος
Γραφείο Περιβαλλοντικών Μελετών
Ζήνωνος 57. Περιστέρι. Αθήνα
tel: +30 210 5727615
fax: +30 210 5727995
mobile: + 30 6977 158693
email: tsoler@…832…
URL : www.mpe.gr