project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Geocoder service does not support suggestions #599

Closed mmcfarland closed 3 years ago

mmcfarland commented 3 years ago

The app uses an Esri provided suggestion and geocoding service to do address lookups, using the Esri Leaflet Plugin. Recently, the suggestion feature has stopped working with the error:

this geocoding service does not support asking for suggestions

The URL used appears to be of an old style

https://github.com/project-icp/bee-pollinator-app/blob/cfeac9f16237d36c8f9f6910ad789e45d4ee9112/src/icp/apps/beekeepers/js/src/components/Map.jsx#L60

This likely need to be updated to a current suggestion-supporting endpoint as was done here:

https://github.com/azavea/pgw-construction-map/commit/c80123aea01781b6b846df05652f5de2ee52413b