Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 569 Bytes

leaflet-geojson-cluster

NPM

leaflet marker cluster + leaflet geojson

view demo

Usage

var GeoJSONCluster = require('leaftlet-geojson-cluster');

var markers = GeoJSONCluster(your_geojson);
map.addLayer(markers);

Example

npm install
npm start

License

MIT