All Projects β†’ HandsOnDataViz β†’ leaflet-map-csv

HandsOnDataViz / leaflet-map-csv

Licence: BSD-3-Clause license
Simple Leaflet map with points from local CSV file

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to leaflet-map-csv

moon geology atlas of space
Code, data, and instructions for mapping the geology of the moon
Stars: ✭ 76 (+230.43%)
Mutual labels:  dataviz
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (+295.65%)
Mutual labels:  leafletjs
lockdown-maps-R
Population Movements at Spring 2020 Lockdown in France - Interactive Data Visualizations
Stars: ✭ 19 (-17.39%)
Mutual labels:  dataviz
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+552.17%)
Mutual labels:  dataviz
chronist
Long-term analysis of emotion, age, and sentiment using Lifeslice and text records.
Stars: ✭ 23 (+0%)
Mutual labels:  dataviz
datasette-cluster-map
Datasette plugin that shows a map for any data with latitude/longitude columns
Stars: ✭ 51 (+121.74%)
Mutual labels:  leafletjs
OSMChina-NextOSM
A more modern, designed and easy-to-use UI designed for browsing OpenStreetMap.
Stars: ✭ 17 (-26.09%)
Mutual labels:  leafletjs
awesome-dataviz
πŸ“ˆ A curated list of awesome data visualization libraries and resources.
Stars: ✭ 3,153 (+13608.7%)
Mutual labels:  dataviz
Leaflet.streetlabels
Display the street labels following polylines for Leaflet
Stars: ✭ 58 (+152.17%)
Mutual labels:  leafletjs
lineage
Family Tree Data Expression Engine
Stars: ✭ 90 (+291.3%)
Mutual labels:  dataviz
Leaflet Cluster Example
πŸ—Ί Example of using the clustering plugin with Leaflet
Stars: ✭ 26 (+13.04%)
Mutual labels:  leafletjs
human-computer
A computer that uses nothing but human resources
Stars: ✭ 16 (-30.43%)
Mutual labels:  leafletjs
windy-plugins
🚁extend functionality of Windy.com. Develop your plugin in less than 5 minutes.
Stars: ✭ 147 (+539.13%)
Mutual labels:  leafletjs
rainviewer-api-example
How to use RainViewer API: simple HTML + JS code which render an animated weather radar overlay on the map
Stars: ✭ 56 (+143.48%)
Mutual labels:  leafletjs
multi-chart
lit-element building blocks for charts and visualization (based on d3.js v5)
Stars: ✭ 24 (+4.35%)
Mutual labels:  dataviz
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+86.96%)
Mutual labels:  dataviz
community datasets
Example datasets and dashboards known to work well in OmniSci
Stars: ✭ 14 (-39.13%)
Mutual labels:  dataviz
datalith
Simple, batteries included, components to build beautiful data visualizations
Stars: ✭ 29 (+26.09%)
Mutual labels:  dataviz
harp-leaflet
Leaflet plugin for harp.gl
Stars: ✭ 16 (-30.43%)
Mutual labels:  leafletjs
ALPS
AnaLysis routines for ePigenomicS data - 🏫 Bioconductor project
Stars: ✭ 13 (-43.48%)
Mutual labels:  dataviz

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].