/opt/canhelp/node_modules/leaflet.markercluster/example
NameSizeModeActions
old-bugs/-0755rm
geojson-sample.js10180755editdlrm
geojson.html24420755editdlrm
map.png3898880755editdlrm
marker-clustering-convexhull.html24100755editdlrm
marker-clustering-custom.html30870755editdlrm
marker-clustering-dragging.html27510755editdlrm
marker-clustering-everything.html26760755editdlrm
marker-clustering-geojson.html25830755editdlrm
marker-clustering-pane.html30480755editdlrm
marker-clustering-realworld-maxzoom.388.html17070755editdlrm
marker-clustering-realworld-mobile.388.html16040755editdlrm
marker-clustering-realworld.388.html16850755editdlrm
marker-clustering-realworld.10000.html17090755editdlrm
marker-clustering-realworld.50000.html28670755editdlrm
marker-clustering-singlemarkermode.html19450755editdlrm
marker-clustering-spiderfier.html20460755editdlrm
marker-clustering-zoomtobounds.html20020755editdlrm
marker-clustering-zoomtoshowlayer.html20080755editdlrm
marker-clustering.html28580755editdlrm
mobile.css740755editdlrm
realworld.388.js152410755editdlrm
realworld.10000.js3883960755editdlrm
realworld.50000.1.js9650320755editdlrm
realworld.50000.2.js9637530755editdlrm
remove-geoJSON-when-spiderfied.html35100755editdlrm
screen.css4850755editdlrm
Edit: /opt/canhelp/node_modules/leaflet.markercluster/example/geojson-sample.js (1018B)
var geojsonSample = { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [102.0, 0.5] }, "properties": { "prop0": "value0", "color": "blue" } }, { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]] }, "properties": { "color": "red", "prop1": 0.0 } }, { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]] }, "properties": { "color": "green", "prop1": { "this": "that" } } }, { "type": "Feature", "geometry": { "type": "MultiPolygon", "coordinates": [[[[100.0, 1.5], [100.5, 1.5], [100.5, 2.0], [100.0, 2.0], [100.0, 1.5]]], [[[100.5, 2.0], [100.5, 2.5], [101.0, 2.5], [101.0, 2.0], [100.5, 2.0]]]] }, "properties": { "color": "purple" } } ] };