smeijer / leaflet-geosearch

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

Missing search with parameters in Openstreepmap provider #206

Closed giacomotontini closed 4 years ago

giacomotontini commented 4 years ago

As stated in Nominatim doc, a query can be made in a free form mode and in a param by param mode. How can I achieve a search with all the fields passed one by one? eg. ?country=France&city=Paris

smeijer commented 4 years ago

I think it would require creating a custom provider.

giacomotontini commented 4 years ago

I ended up using nominatim api directly...