WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

Location search not responding to input #3605

Closed HeatherBrooks closed 8 months ago

HeatherBrooks commented 8 months ago

I received the following bug report through the WikiWatershed contact form. Several staff members at the Stroud Center have confirmed that they are seeing the same issue. Issue confirmed in Firefox and Chrome on PCs and Safari on Mac.

The 'jump to' box doesn't appear to be 'jumping to' and marking the location requested. Has something changed?

HeatherBrooks commented 8 months ago

More information, from Dave Arscott:

I've used it recently and the only search that works is if you have text matching a HUC8 or 12 and then you can select the geography after it finds it...all other addresses and search strings don't work...

rajadain commented 8 months ago

We will address this in the next sprint that begins Friday.

rajadain commented 8 months ago

After some investigation, I've identified the underlying issue, likely a subtle change in ESRI Geocoding endpoints: https://github.com/azavea/python-omgeo/issues/67. Will address the issue there, cut a new release, and upgrade MMW to use that.

rajadain commented 8 months ago

Have a made a PR there demoing MMW working correctly with the fixed version: https://github.com/azavea/python-omgeo/pull/68