leaflet-list-markers

0.1.1 • Public • Published

Leaflet List Markers

#What A Leaflet Control for listing visible markers/features in the map

Tested in Leaflet 0.7.1

#Where

Demos:
opengeo.tech/maps/leaflet-list-markers

Source code:
Github

Image

#How Include leaflet-list-markers.css to page

Adding the List control to the map:

map.addControl( new L.Control.ListMarkers({layer: markersLayer}) );
//markersLayer is a L.LayerGroup contains listing markers

short way:

var map = new L.Map('map', { listMarkersControl: {layer: markersLayer} });

#Build

Since Version 1.4.7 this plugin support Grunt for building process. Therefore the deployment require NPM installed in your system. After you've made sure to have npm working, run this in command line:

npm install
grunt

Readme

Keywords

Package Sidebar

Install

npm i leaflet-list-markers

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

379 kB

Total Files

19

Last publish

Collaborators

  • stefcud