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-boun...@lists.osgeo.org> on behalf of Lowell Filak via GeoMoose-users <geomoose-users@lists.osgeo.org> Sent: Friday, May 23, 2025 2:24 PM To: geomoose-users@lists.osgeo.org <geomoose-users@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.
_______________________________________________ GeoMoose-users mailing list GeoMoose-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geomoose-users