Hi Ede,

It is the same feature than with the BBOX in WMS 1.3.0, axis order must suit 
with official definitions of the coordinate system. So this is right with 
WFS 1.0.0
http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=getfeature&typename=cities&maxfeatures=1
<gml:coordinates>-58.672500,-34.587500</gml:coordinates>

and this is right with WFS 1.1.0
http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.1.0&REQUEST=getfeature&typename=cities&maxfeatures=1
<gml:pos>-34.587500 -58.672500</gml:pos>

Geoserver folks decided to keep some backward interoperability and if srsName 
is given as short epsg:xxxx format the easting northing order is remained
http://demo.opengeo.org/geoserver/wfs?service=wfs&version=1.1.0&request=GetFeature&typename=topp:states&maxfeatures=1&srsName=epsg:4326

However, with the longer and recommended format for WFS 1.1.0 and above the 
axis order follows the definition of the coordinate system
http://demo.opengeo.org/geoserver/wfs?service=wfs&version=1.1.0&request=GetFeature&typename=topp:states&maxfeatures=1&srsName=urn:x-ogc:def:crs:EPSG:4326

If you test with WFS 1.1.0 and deom.opengeo.org you will flipped "states". This 
axis order thing goes very nasty when you start building spatial filters for 
WFS 1.1.0 on the client side because the geometries in the filters are then 
encoded also as GML.

-Jukka-







-----Alkuperäinen viesti-----
Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] 
Lähetetty: 10. tammikuuta 2016 18:45
Vastaanottaja: OpenJump develop and use
Aihe: [JPP-Devel] wfs mapserver 1.0 vs. 1.1

hey Jukka,

something fishy happens when loading the same 'cities' layer as wfs 1.0 and 1.1 
.. the result seems to be rotated and mirrored (see attachement). any idea?

..ede
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to