[GeoMoose-users] GM 3 and QGIS Server as WFS
Lowell Filak
filakgang at gmail.com
Fri May 23 14:24:11 PDT 2025
Hopefully this will save someone hours in debugging in the future.
OpenLayers, and subsequently GeoMoose, expects EPSG:4326 from a WFS server
in Lat,Lon format.
QGIS Server responds with Lon,Lat.
To fix it, edit the index.html to load geomoose.js instead of
geomoose.min.js.
Edit geomoose.js to change all instances of "flatCoordinates.push(y, x, z)"
to "flatCoordinates.push(x, y, z)".
The fix is not eloquent but it's a fix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20250523/9effec2c/attachment.htm>
More information about the GeoMoose-users
mailing list