From 44c23bf97f0358a874f02aab684fd2bbeba7e460 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Fri, 3 Apr 2015 12:46:44 +0800 Subject: [PATCH] Dont change the color of the most recently added spot's marker --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index def31d3..b726d6d 100644 --- a/index.html +++ b/index.html @@ -135,8 +135,6 @@ // useful bits from the original data var optionsJSON = ["name", "address", "city", "rowNumber"] var geoJSON = Sheetsee.createGeoJSON(gData, optionsJSON) - // change the color of the most recently added spot's marker - geoJSON[geoJSON.length - 1].properties["marker-color"] = "#FF4646" // create map, tilelayer (map background), markers and popups var map = Sheetsee.loadMap("map")