leaflet-control-geocoder icon indicating copy to clipboard operation
leaflet-control-geocoder copied to clipboard

A simple geocoder form to locate places. Easily extended to multiple data providers.

Results 39 leaflet-control-geocoder issues
Sort by recently updated
recently updated
newest added

I found that the search result is slightly different than google map. Anyone experience the same? Location : 43.50856,16.40323 http://jsfiddle.net/neo_6053/Lmune2c4/ https://www.google.com/maps/place/43%C2%B030'30.8%22N+16%C2%B024'11.6%22E/@43.5089097,16.3994046,16.5z/data=!4m5!3m4!1s0x0:0x0!8m2!3d43.50856!4d16.40323

w3w api v2 is deprecated and returns an 403 error to the call for example `https://api.what3words.com//v2/forward?key=XXXXXX&addr=casino.galloping.pai` need to update to v3 api which would use for example `https://api.what3words.com/v3/autosuggest?key=XXXXXX&input=casino.galloping.pai` simply using...

icon display problem in the button intended to activate localization (icon.svg). How to customize the icon via a * .png image ?

/discover is local search and is supposed to be used in apps for nearest search. Like, "I'm hungry, where's nearest mc'KF?" https://developer.here.com/documentation/geocoding-search-api/dev_guide/topics/endpoint-discover-brief.html /geocode is global search and should be used...

Hello, I can see the control `collapsed: boolean;` exists to set the search bar to collapsed/expanded by default. However I was wondering if there is a way, or any tips,...

Previously we could extend Geocoder using `ExtendedGeocoder = L.Control.Geocoder.extend({})` but it seems it doesn't work anymore: > Uncaught TypeError: L.Control.Geocoder.extend is not a function Here is a [demo](https://codepen.io/bqg/pen/eYBQabO) of the...

Hello, I was wondering if there was not a problem, in the function "_geocodeResult" of Control.Geocoder.js. private _geocodeResult(results: GeocodingResult[], suggest: boolean) { if (!suggest && this.options.showUniqueResult && results.length === 1)...

It will be awesome if we could have an option to cache results of geocode / reverse in sessionStorage to save duplicated requests in case the user refresh the page.

enhancement

The map on the website [1] stays grey. [1] http://www.liedman.net/leaflet-control-geocoder/

bug