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

I have tried it the same way we use it with the react-leaflet. it is not giving any error or warnings though but not showing up on map as well....

Hello, i don't want the autocomplete option. I don't spam the provider every 250ms. So, my Question, if i set autoComplete: false, the search result if i press enter is...

Hello. I'm trying to incorporate search in my map using the Google Provider, however I'm not able to make it work. My code is very direct: ``` const searchControl =...

The Here service API URL is wrong. It only needs one word change to make it work properly.

Followed the provided example to use with react-leaflet and noticed a css import was missing.

Added AMap(Gaode as Chinese name) provider for geo search. An API key is needed to use this provider. See [AMap GEO API Doc](https://lbs.amap.com/api/webservice/guide/api/georegeo) for details. Usage: ```javascript import { AMapProvider...