leaflet-geosearch
leaflet-geosearch copied to clipboard
A geocoding/address-lookup library supporting various api providers.
Hello, I'm using leaflet 1.8.0, react-leaflet 3.2.5 and the latest version of leaflet-geosearch. It used to work fine, but despite not changing the versions of any of the dependencies (I...
I am trying to use this plugin but have an issue. Search does work but when I click Enter or click on offered found address I get error Uncaught (in...
I am using this great plugin but when in Some Browsers Searchbar becomes Black with black text. is there any way to toggle Dark / light mode?
We are using the latest version of "leaflet-geosearch" in our application using the OpenStreetMapProvider. Occasionally we observe that clicking on some of the auto-complete search results in geo-search control for...
Hi I'm using geosearch with Leaflet Js I have included the script after the Leaflet script and this new GeoSearch.GeoSearchControl({ provider: new GeoSearch.OpenStreetMapProvider(), }).addTo(map); The search works fine and produces...
There are two required updates to the URL in `esriProvider.ts`. 1. The `geocode.arcgis.com` URL [must be updated](https://developers.arcgis.com/documentation/mapping-apis-and-services/migration/) to use the new endpoint: `geocode-api.arcgis.com` to make authenticated requests via an API...
I have a Google Maps API key that's restricted to my domain, so that nobody can "steal" my key. Street View works, and other enabled APIs work, but geocoding using...
hi smeijer, thanks for this wonderful plugin it's help me a lot, so i need to define my proper search control out the box of the map there is another...
Hi I'm using vue-i18n and the "searchLabel" does not change when using language switcher... How can I dynamically change the 'searchLabel' string? Thanks.