<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="text-align: left; text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: black;">
Hi Lowell,</div>
<div style="text-align: left; text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: black;">
<br>
</div>
<div style="background-color: rgb(255, 255, 255); margin: 0px;">
<div style="text-align: left; text-indent: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: black;">
Thanks for the info.  Sorry to not have emailed sooner, there's a little additional information here,
<a href="https://github.com/geomoose/gm3/issues/901" target="_blank" id="OWAbd5e5d49-3ac6-eac7-cc3f-4f1918e7bba2" class="OWAAutoLink" title="https://github.com/geomoose/gm3/issues/901" rel="noopener noreferrer" data-linkindex="0" data-auth="NotApplicable" style="margin: 0px;">
https://github.com/geomoose/gm3/issues/901</a></div>
<div style="margin: 16px 0px; max-width: 800px; min-width: 424px;"></div>
</div>
<div style="text-align: left; text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: black;">
Best regards, Eli</div>
<div class="elementToProof" style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> GeoMoose-users <geomoose-users-bounces@lists.osgeo.org> on behalf of Lowell Filak via GeoMoose-users <geomoose-users@lists.osgeo.org><br>
<b>Sent:</b> Friday, May 23, 2025 2:24 PM<br>
<b>To:</b> geomoose-users@lists.osgeo.org <geomoose-users@lists.osgeo.org><br>
<b>Subject:</b> [GeoMoose-users] GM 3 and QGIS Server as WFS</font>
<div> </div>
</div>
<div>
<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>
</div>
</body>
</html>