<div dir="ltr">Hopefully this will save someone hours in debugging in the future.<div><br></div><div>OpenLayers, and subsequently GeoMoose, expects EPSG:4326 from a WFS server in Lat,Lon format.</div><div>QGIS Server responds with Lon,Lat.</div><div><br></div><div>To fix it, edit the index.html to load geomoose.js instead of geomoose.min.js.</div><div>Edit geomoose.js to change all instances of "flatCoordinates.push(y, x, z)" to "flatCoordinates.push(x, y, z)".</div><div><br></div><div>The fix is not eloquent but it's a fix.</div><div><br></div></div>