[GeoMoose-users] GM 3 and QGIS Server as WFS

Eli Adam eadam at co.lincoln.or.us
Fri May 23 15:00:11 PDT 2025


Hi Lowell,

Thanks for the info.  Sorry to not have emailed sooner, there's a little additional information here, https://github.com/geomoose/gm3/issues/901
Best regards, Eli

________________________________
From: GeoMoose-users <geomoose-users-bounces at lists.osgeo.org> on behalf of Lowell Filak via GeoMoose-users <geomoose-users at lists.osgeo.org>
Sent: Friday, May 23, 2025 2:24 PM
To: geomoose-users at lists.osgeo.org <geomoose-users at lists.osgeo.org>
Subject: [GeoMoose-users] GM 3 and QGIS Server as WFS

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/eaa05d00/attachment.htm>


More information about the GeoMoose-users mailing list