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

Improve the accessibility of the reset button: * make it a button * add an aria label

![image](https://user-images.githubusercontent.com/87475729/188806600-7b3a18ff-2b57-4fcd-aed3-3befc5b45f0b.png) ![image](https://user-images.githubusercontent.com/87475729/188806891-e2284253-383e-4444-b4c3-8e2d4a3e7f92.png) This is the code looks like

HI, i'm trying to show the search result on the map, but either my custom marker will be shown, or the default one, because the image is not contained in...

This PR adds behavior to the clear text "x" button while the geosearch is in `button` mode. If there is no text in the search input, the "x" button will...

getting this error with the new version 3.6.1 all was ok in 3.2.1 const searchControl = new GeoSearchControl using with leaflet 1.8 ionic v3

Hi , Thanks for the lovely plugin !!! I am using GeoSearchControl in my svelte application with google provider ``` const provider = new GoogleProvider({ apiKey: "" }) const searchControl...

Right now the results I am getting are not sorted by the closest location, I am using the `OpenStreetMapProvider`. I am looking for either one of these options: - Ability...

Open https://smeijer.github.io/leaflet-geosearch/providers/openstreetmap Type "France" in the search bar -> select France in autocomplete This is what you will see:

the code below, causes nextjs to break ``` const provider = new OpenStreetMapProvider() ``` Error message ``` Server Error ReferenceError: window is not defined This error happened while generating the...

Hi! In the new version 3.7.0 it gives me a compilation error: not sure if it has to do with this PR: https://github.com/smeijer/leaflet-geosearch/pull/311 I am using node v18 Thank you...