<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 style="font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", sans-serif; font-size: 10pt; color: rgb(0, 0, 0);" class="elementToProof">
It worked! Chi-miigwech (many thanks) for your help with this. I really appreciate it.</div>
<div class="elementToProof" id="Signature">
<div style="font-family: "Segoe UI", "Segoe UI Web (West European)", "Helvetica Neue", sans-serif; font-size: 10pt; color: rgb(0, 0, 0);" class="elementToProof">
Dara</div>
</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> Jim Klassen <klassen.js@gmail.com><br>
<b>Sent:</b> Friday, September 12, 2025 9:29 AM<br>
<b>To:</b> Dara Unglaube <dara@glifwc.org><br>
<b>Cc:</b> geomoose-users@lists.osgeo.org <geomoose-users@lists.osgeo.org><br>
<b>Subject:</b> Re: [GeoMoose-users] Geocode search by address not working</font>
<div> </div>
</div>
<div>
<div class="x_moz-cite-prefix">On 9/12/25 07:16, Dara Unglaube wrote:<br>
</div>
<blockquote type="cite"><style type="text/css" style="display:none">
<!--
p
{margin-top:0;
margin-bottom:0}
-->
</style>
<div class="x_elementToProof" style="font-family:"Segoe UI","Segoe UI Web (West European)","Helvetica Neue",sans-serif; font-size:10pt; color:rgb(0,0,0)">
Any ideas on how to get the API call to OSM? This worked in the past so I'm not sure what is happening. Or if there are other versions I could download the code that could help debug? Any ideas or info to get this back up and working would be greatly appreciated.</div>
<div class="x_elementToProof" id="x_Signature">
<div class="x_elementToProof" style="font-family:"Segoe UI","Segoe UI Web (West European)","Helvetica Neue",sans-serif; font-size:10pt; color:rgb(0,0,0)">
Miigwech,</div>
<div class="x_elementToProof" style="font-family:"Segoe UI","Segoe UI Web (West European)","Helvetica Neue",sans-serif; font-size:10pt; color:rgb(0,0,0)">
Dara</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
</blockquote>
Sorry, I was on vacation last week and trying to catch up this week.<br>
<br>
After some testing this morning I am seeing:<br>
1) The "mapSource is undefined" (also shows up as "e is undefined" in the production build) error started between v3.10.1 and v3.11.0.<br>
2) In v3.10.1 the URL generated for the OSM API call has an extra trailing slash. It is:<br>
<br>
<a href="https://nominatim.openstreetmap.org/search/?format=json&q=25+4th+st+west%2C+st.+paul%2C+mn">
https://nominatim.openstreetmap.org/search/?format=json&q=25+4th+st+west%2C+st.+paul%2C+mn</a><br>
<br>
and needs to be:<br>
<br>
<a href="https://nominatim.openstreetmap.org/search?format=json&q=25+4th+st+west%2C+st.+paul%2C+mn">
https://nominatim.openstreetmap.org/search?format=json&q=25+4th+st+west%2C+st.+paul%2C+mn</a><br>
<br>
This can be changed in services/geocode-osm.js on the line starting 'var osm_url ='. I suspect this change would also fix it in 3.7.0 and shouldn't require a rebuild.<br>
<br>
3) Anything older than v3.9.0 and older won't build from git anymore due to changes in nodejs/npm.<br>
</div>
WARNING: This email was not scanned for malicious attachments or links. Please proceed carefully, and message support@glifwc.org with any questions.
</body>
</html>