leaflet.locationlist icon indicating copy to clipboard operation
leaflet.locationlist copied to clipboard

A control for LeafletJS which scrolls the map through the list of locations and zooms.

Results 2 leaflet.locationlist issues
Sort by recently updated
recently updated
newest added

The selection is not changed when clicking in the list. You need to actually select the option. Therefore: ``` L.DomEvent.addListener(this._fullist, 'click', this._onListChange, this); ``` should be changed to ``` L.DomEvent.addListener(this._fullist,...

When using leaflet.locationlist, the following notice is printed on the javascript console: ``` Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead....