leaflet-geosearch
leaflet-geosearch copied to clipboard
A geocoding/address-lookup library supporting various api providers.
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 }...
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...
...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
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...
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...
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...
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?
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...
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...
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...