Hi,

My GetFeature response gives me :

<gml:boundedBy>
<gml:Envelope srsDimension="2" srsName="EPSG:4258">
<gml:lowerCorner>47.57657 3.38328</gml:lowerCorner>
<gml:upperCorner>50.1692 5.89086</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>

If i want to make a WFS request with filter BBOX, i have to switch long lat
to make it work :
<gml:Envelope srsDimension="2" srsName="EPSG:4258">
<gml:lowerCorner>3.38328 47.57657</gml:lowerCorner>
<gml:upperCorner>5.89086 50.1692</gml:upperCorner>
</gml:Envelope>

I debug into WFSReprojectionUtil.normalizeFilterCRS(filter,
source.getSchema(), declaredCRS);
where the convertion could be done

I've tested for Tasmania default layer that is in EPSG:4326, i used the
same order to make the BBOX filter work ... anyway i've heard 4326 has
inverted XY ..

Any way my question is :
Whatever the projection is, should the reponse and the filter envelope XY
order HAVE TO be the same ?

Is there a bug somewhere ?

Thanks


-- 
Florent Gravin
Camptocamp - Chambéry
0479444492
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to