leaflet-geosearch icon indicating copy to clipboard operation
leaflet-geosearch copied to clipboard

A geocoding/address-lookup library supporting various api providers.

Results 77 leaflet-geosearch issues
Sort by recently updated
recently updated
newest added

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...

feature

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?...

feature

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...

question

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...

question
providers

Is there any way to be able to set the zoom level when you have searched for a specific place?

question

"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...

feature

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:...

question

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...

question
providers