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

Fixes #161: Moving OSM provider to HTTPS #164

Closed devdattaT closed 6 years ago

devdattaT commented 6 years ago

Since OSM/Nominatim has moved to HTTPS only (with a 302 redirect from HTTP) the request no longer works from http apllications.

Ysandor commented 6 years ago

Hello,

@smeijer, thank you for your work this library is very useful. However I'm seeing that PRs from August 2017 are not merged yet. Is this library still under maintenance ? If yes, when can we hope for a merge ?

Thanks again for your work !

smeijer commented 6 years ago

Is this library still under maintenance ? If yes, when can we hope for a merge.

I'll try to publish an update soon. I do try to keep it maintained, but I don't have enough time to be honest.

I should update the readme, and start looking for maintainers. The library does have some potential. Especially now it's less bound to leaflet. People could start wrapping it in react components to implement address lookup / completion in forms for example.

JoaoMosmann commented 6 years ago

Hi @smeijer, any updates on this? It would be great to have this fix merged. As IE11 isn't able to redirect the request to https to fetch results if the page is under HTTP, which is my case sometimes.

I'm also available to help maintain the repository, as I have a project that highly depends on it.

Cheers!

smeijer commented 6 years ago

Fixes #171.