From 9a5a4d8481ba929cdf522a541d54b4fa885ddfd0 Mon Sep 17 00:00:00 2001 From: Joseph Hill Date: Fri, 13 Jan 2017 01:04:16 -0500 Subject: [PATCH] Made the map markers smaller Will soon add more marker colors once they are needed for the class/marker color feature --- MapScript.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/MapScript.js b/MapScript.js index 119a2aa..ab4409a 100644 --- a/MapScript.js +++ b/MapScript.js @@ -11,14 +11,13 @@ function initMap() { }); } -function updateMapCenter(fileData) -{ + +function updateMapCenter(fileData) { var centerLat = 0; var centerLon = 0; var centerLatTotal = 0; var centerLonTotal = 0; - for(var i=0; i