From ef7777ee229691c18b8cc0e7a71bdd779b508c07 Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 23 May 2019 13:02:16 +1000 Subject: [PATCH] removed sheetse- added popups + mapbox style --- index.html | 231 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 184 insertions(+), 47 deletions(-) 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