Simple Leaflet map template for putting points on a map.
- Data is in tabular delimited-text (csv, etc.) with two required columns:
lat
andlng
- Points are plotted on full-screen Leaflet map
- Point markers are clustered dynamically based on zoom level.
- Clicking on a point cluster will zoom into the extent of the underlying features.
- Hovering on the point will display the name.
- Clicking will display a popup with columns/properties displayed as an html table.
- Full text filtering with typeahead
- Completely client-side javascript with all dependencies included or linked via CDN
Download, add your own data csv, copy the config.js.template
to config.js
, edit it according to your needs, then load index.html in a browser.