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 47 leaflet-control-geocoder issues
Sort by recently updated
recently updated
newest added

First I want to say thanks for your excellent plugin for Leaflet! I'm new to Leaflet and have limited basic skill in regards to JavaScript so I may have approached...

Via Nominatim, appears we can customize `leaflet-control-geocoder-address-context` class HTML components in search bar results. Unfortunately, this capability does not appear to be present for Google results.

This harmonizes the toggle/expand/collapse handling with `L.Control.Layers`. Now there are two choices for `options.expand`: - "click": expands the control upon click, closes it on map click/pan - "hover" on desktop:...

It'd be nice to have an option for geocoder completion on `tab` in addition to `enter` Current user interaction: - Type address in first geocoder - Tab to next geocoder,...

Hello and thanks for the great work!! Yesterday i updated to version 1.2.1 and i noticed a weird behaviour. I have a custom markgeocode function and for testing purposes i...

On Mobile When i press enter or click on the wen the keyborad stay and uneasy to read result

This ain't really an issue, but for those like me that struggle daily against Windows 8.1 Store apps weird "security" model which heavily limits some common operations, here is how...

The search bar is partly showing on Safari (at least on iPad and iPhone), which makes it look like you can immediately type and search (in fact you can, but...

SSCCE: ``` Geocoding Test Geocoding Test const map = L.map('map').setView([20, 0], 2); // Centered and zoomed out map L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map); const geocoder = L.Control.Geocoder.nominatim(); var...

I'm getting crazy errors I've never seen before - is the plugin down?