Read-only mirror of https://github.com/GesellschaftStadtUster/kind-jugend-fam_angebotskarte — Stadt Uster. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-10-12 21:28:44 +02:00
data.csv Update data.csv 2021-10-12 21:28:44 +02:00
index.html Initial commit 2021-10-12 21:25:47 +02:00
leaflet-map-csv.png Initial commit 2021-10-12 21:25:47 +02:00
LICENSE Initial commit 2021-10-12 21:25:47 +02:00
README.md Initial commit 2021-10-12 21:25:47 +02:00

leaflet-map-csv

Build a simple Leaflet map with point markers from a CSV file.

Screenshot

Demo

https://handsondataviz.github.io/leaflet-map-csv/

Sample data of select universities and colleges around CT by HandsOnDataViz.

Make your own

  1. Press Use this template button to create a copy of this repository in your own GitHub account.
  2. Put your point data data inside data.csv. The only relevant columns that will be read by the template are Latitude, Longitude, and Title (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

See other Leaflet templates