Latitude and longitude

Different map services return latitude and longitude values in different orders. In same cases the order is latitude/longitude, but in other cases it's longitude/latitude.

For OGC map services, an order of longitude/latitude is assumed. If your GIS expects a latitude/longitude order instead, you can indicate this by adding the wfslatlon attribute to the <CONFIG> element and setting the value to 1.

<CONFIG
wms="http://servername/OGCProviderWMS/WMSService"
wfs="http://servername/OGCProviderWFS/WFSService"
wfsversion="1.1.0"
wmsversion="1.3.0"
wfslatlon="1"
srs="EPSG:28356" />