Skip to content

Template for converting data from Google spreadsheet to Leaflet using Tabletop

Notifications You must be signed in to change notification settings

csessig86/tabletop_to_leaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabletop to Leaflet

Setting up Tabletop

  • Follow the Tabletop.js instructions for setting up the spreadsheet and publishing it.

  • Make sure your table includes columns titled 'latitude' and 'longitude' with lat, long values for each location. Leaflet needs these values to map our markers. Click to view the example table.

  • Open up the js/script.js file and add your spreadsheet ID as a value of the spreadsheet_key variable. Then rename "lat_column" and "long_column" to whatever the latitude and longitude columns in your table are called.

Plugins

About

Template for converting data from Google spreadsheet to Leaflet using Tabletop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published