This project uses React Leaflet and react-leaflet-cluster to show marker clustering of code sprint nodes on a map.
The actual data it is a GeoJSON encoding of the OGC Points of Interest (PoI) candidate Standard.
No magic here; just your usual npm sequence:
npm install
npm start
Deploy to GitHub pages:
npm run deploy
See it live here: https://ogcincubator.github.io/code-sprint-nodes
This project is published under a MIT License