Leaflet marker data from google spreadsheet
Show data fetched from a google spreadsheet. I've made
an example spreadsheet with the tallest 10 mountains. You can fetch such data with
a JSONP URL (requires 'publish to web'). The code loops through the JSON, pulls out some named columns (including latitude and longitude), and arranges markers on a leaflet map. Changes made to the spreadsheet are reflected here. Easily maintainable map markers data!
view directly