Sundin / GeoMapper

Batch display CSV addresses on a map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoMapper

A tool for displaying a bunch of locations on a map in your browser.

Try it out at: https://sundin.github.io/GeoMapper/

Just upload a valid CSV file (it needs to include two columns named Address and City at the minimum) and you are good to go!

Local Development

To try it out locally, simply open index.html in your browser of choice.

Dependencies

  • leaflet
  • leaflet-control-geocoder: For reverse geocoding
  • Map data from OpenStreetMap
  • Map from Mapbox
  • tabletop: Read data from Google Sheets.
  • Leaflet.markercluster - For grouping markers on the map.

About

Batch display CSV addresses on a map

License:MIT License


Languages

Language:JavaScript 85.2%Language:HTML 14.5%Language:CSS 0.4%