leaflet-geosearch
leaflet-geosearch copied to clipboard
A geocoding/address-lookup library supporting various api providers.
Hi, I created a custom provider, and noticed that the plugin works different from what I'd expect. ## Situation 1. When I type a query "a", and get results displayed...
Hi, when positioning the search button in the left/right bottom of the map, is it possible to open the result list above the search input element instead of below it?...
Hi, I'm trying to make geosearch work with a custom marker\popup click event, i have leaflet working fine with my marker and event listener but i can't seem to figure...
Hi, I'm using the nominatim openstreetmap api and per their [doccumention](https://nominatim.org/release-docs/develop/api/Search/#output-format) They support multiple output formats, i didn't find a way to make it work with geosearch, i think the...
As the title Thanks
Is there any way to be able to set the zoom level when you have searched for a specific place?
"autosuggest" endpoint is better suited because it does not need a complete valid address. It also provide more results as it does a fuzzy search on its database more info...
HTTP Status errors are currently unhandled. It is of course possible that the providers' backend is unreachable on some moments. Simplest cause; the user is currently not connected to the...
Hi everyone! If your company is using `leaflet-geosearch` in production, please let us know who you are, so we can mention you in the new README and forthcoming website. Instructions:...
Hey, is there a way to search for "postalcode" instead of "query", so the request doesnt look like `https://nominatim.openstreetmap.org/search?accept-language=de&countrycodes=de&q=XXXXX&format=json` but like this `https://nominatim.openstreetmap.org/search?accept-language=de&countrycodes=de&postalcode=XXXXX&format=json` ? The problem I have: when I...