Leaflet: vozejkmap.cz

vozejkmap.cz

crowd sourced

open data (GeoJSON)

> 7,500 points (quite a lot)

Leaflet

our goal is to display all the points in the map with custom icons and clustering enabled

Step by Step

  1. Create a map with a baselayer (OSM) centered on the Czech Republic
  2. Load all the points at once from
     
  3. Create styled L.circleMarker(s)
  4. Bind popups onmouseclick
  5. Cluster with Leaflet.markercluster
  6. Style markers with Leaflet.awesome-markers
  7. Cluster by chunks
var data;

Leaflet: vozejkmap.cz

By Michal Zimmermann

Leaflet: vozejkmap.cz

  • 1,323