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