leaflet-map-csv
leaflet-map-csv copied to clipboard
Simple Leaflet map with points from local CSV file
leaflet-map-csv
Build a simple Leaflet map with point markers from a CSV file.

Demo
https://handsondataviz.github.io/leaflet-map-csv/
Sample data of select universities and colleges around CT by HandsOnDataViz.
Make your own
- Press Use this template button to create a copy of this repository in your own GitHub account.
- Put your point data data inside
data.csv. The only relevant columns that will be read by the template areLatitude,Longitude, andTitle(displayed in a popup). Sample data:
Title,Latitude,Longitude
Trinity College,41.745167,-72.69263
Wesleyan University,41.55709,-72.65691
For more information on customization, see Leaflet documentation.
HandsOnDataViz Tutorial
https://handsondataviz.org/leaflet-maps-with-csv.html