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 Thanks for your work. May I suggest to add a feature for enabling popup options like this addMarker(result, query) { const { marker: options, showPopup, popupFormat , popupOptions }...

feature

I have a use case where I want to drag the marker to different points on the map, but I would like to diable the popup that appears on clicking...

feature

...and allowing one to cancel the auto-move if desired. alternatively just another config property to disable moving the map onResult select. https://github.com/smeijer/leaflet-geosearch/blob/develop/src/leafletControl.js#L265

feature

Hi, Technically the autocomplete works quite well; it shows suggestions, even when I in some (not all) cases manage to apply a countrycode to narrow down the results. But the...

feature

The GoogleProvider is not returning any results in our application (with a proper Google API key), nor is the demo application working when Google is selected. Update: we are seeing...

feature
providers

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

providers

is it possible to use multiple providers with the leaflet controls? For example using nominatim for points in osm and another provider for features in a geojson layer?

question
docs

Hello! That would be nice to have a feature to locate autocomplete block above the input field, and remain the input field sticky to its position. For example this is...

docs

Hi all, I was wondering if it was possible (and in case how) to reset programmatically the map search bar and remove the search result marker. The thing is, I'm...

question

Hello, I'm trying to understand why my marker is placed in the wrong location while using the GeoApiFrProvider. For example, when you type the post code '42720' and selecting the...