mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
QGIS server and the the WFS provider do not have the same behavior regarding "ESPG:4326" and axis inversion for WFS 1.1. QGIS server follows Geoserver convention and does not invert the coordinates with EPSG:4326. However, the WFS provider inverts the coordinates in that case. Based on earlier discussions, there is no clear consensus what the expected behavior is. However, QGIS server would be better using URNs for WFS 1.1. this would remove this ambiguity. With this change, the WFS 1.1 requests from QGIS server now expose URNs by default. There is no change in the 1.0 case. The unit tests are updated to reflect this change. Related: https://github.com/qgis/QGIS/pull/57357