leaflet-geosearch icon indicating copy to clipboard operation
leaflet-geosearch copied to clipboard

A geocoding/address-lookup library supporting various api providers.

Results 74 leaflet-geosearch issues
Sort by recently updated
recently updated
newest added

This is still a work-in-progress, but I believe that it generally fixes the issue outlined in #269. In brief summary - A Google Maps API key provides a user with...

Hello! I am using the Google Provider right now and I like the functionality of the geosearch, however I would like a way to use the component without exposing my...

I'm trying to integrate this library with React-Leaflet in the following way. ```javascript var provider = new EsriProvider(); class Search extends MapControl { createLeafletElement() { return GeoSearchControl({ provider: provider, style:...

question
docs

Continue working with this library to create a nice search input field, we got another problem: we require to clean the search input after resetting the field. We tried to...

Thanks for this greap library, we could replace `react-leaflet-search` with this library. Something is missing: we want to get the location from the selected result. Right now we do it...

Hi, I have developed below code for GeoSearchControl, but not getting Long & Lat after search is completed `const searchControl = new GeoSearchControl({ //geosearch object provider: new OpenStreetMapProvider({ params: {...

It is currently not conveyed to screen reader users which results are available after typing text in the search input. Please consider following the ARIA Authoring Best Practices for the...

- [ ] The reset button is missing an [_accessible name_](https://www.w3.org/TR/accname-1.1/#dfn-accessible-name), it is currently announced as "times" or "multiplication" depending on the screen reader. It should have [`aria-label="Reset"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-label). - [...

bug
help wanted
good first issue

Hi! I am trying to integrate leaflet-geosearch, but the same error is always repeated when I select an item from the result list ``` Uncaught (in promise) Error: Bounds are...