smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.04k stars 273 forks source link

EsriProvider API deprecated and replaced #196

Open KroniK907 opened 5 years ago

KroniK907 commented 5 years ago

The ESRI geocoding API included here has been deprecated and no longer works correctly. It does provide a single result when searching and does take you to that location, but their free service has a much better method now that is quicker and more flexible.

I'm working on a pull request to fix this as I would like to have it fixed for my use case. The current OSM provider is a great template for how the new ESRI API works, so I will be using that as a template.

smeijer commented 5 years ago

Sounds awesome! Thanks for the work in progress.

jongbonga commented 5 years ago

hey, @KroniK907 any update on this?

KroniK907 commented 5 years ago

Apologies. I got super bogged down with work projects. Esri has their own geosearch plugin which I'm currently using as a placeholder till I can get back to this.