Hi,
I noticed an inconsistence within returned GML. I have a services with DefaultSRS=epsg:2398. When I perform a get query with srsName=epsg:4326 coordinates are correct listed in gml:posList. But there are different srsNames in the gml tags! Shall a file a bug or is it supposed to like this?
Request: SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&srsName=EPSG:4326&BBOX=10,53,12,55,EPSG:4326
Response:
<gml:MultiSurface srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
<gml:surfaceMember>
<gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#2398">
<gml:exterior>
<gml:LinearRing>
<gml:posList>
11.654662 53.156456
Martin