diff --git a/index.html b/index.html index 02baa29..725c74f 100644 --- a/index.html +++ b/index.html @@ -1,52 +1,189 @@ - + - Map - + + + Display a map + + + - -
+ + - - function showInfo(data) { - // the column headers of the info you want in your popup - var optionsJSON = ["placename", "photo-url"] - // an html template for your popup - var template = "" - var geoJSON = Sheetsee.createGeoJSON(data, optionsJSON) - var map = Sheetsee.loadMap("map") - // Try different map tiles? examples.map-20v6611k - // examples.map-y7l23tes - // examples.map-h67hf2ic - // examples.map-i86nkdio - // examples.h186knp8 - Sheetsee.addTileLayer(map, 'jllord.n7aml2bc') - Sheetsee.addMarkerLayer(geoJSON, map, template) - } - - - + + --> + + + + + + + + + Display a map + + + + + + + +
+ + + + \ No newline at end of file