From 6891cc40b19fadc3922dbf32e896c2fbf927e4f9 Mon Sep 17 00:00:00 2001 From: olivernyc Date: Sun, 5 Aug 2018 14:49:18 -0400 Subject: [PATCH] Changes --- index.html | 20 ++++++++++---------- map.js | 28 ++++++++++++++-------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 4dcd972..9f0f2e2 100644 --- a/index.html +++ b/index.html @@ -10,20 +10,20 @@ -
-
-

January 2018

-
+
+
+

January 2018

+
-
-

August 2018

-
+
+

August 2018

+
-
-

New 2018

-
+
+

New 2018

+
diff --git a/map.js b/map.js index 953c7bb..8a3d22e 100644 --- a/map.js +++ b/map.js @@ -2,6 +2,20 @@ var map; var currentNode = {}; var searchQuery = ""; +const mapOptions = { + center: { lat: 40.6991809, lng: -73.9505798 }, + zoom: 13, + disableDefaultUI: false, + zoomControl: false, + streetViewControl: false, + scrollwheel: false, + scrollwheel: false, + fullscreenControl: false, + gestureHandling: "greedy", + mapTypeControl: false, + backgroundColor: "none" +}; + const maps = [ { divId: "map-div-1", @@ -150,20 +164,6 @@ const styles = [ } ]; -const mapOptions = { - center: { lat: 40.6981809, lng: -73.9595798 }, - zoom: 13, - disableDefaultUI: false, - zoomControl: false, - streetViewControl: false, - scrollwheel: false, - scrollwheel: false, - fullscreenControl: false, - gestureHandling: "greedy", - mapTypeControl: false, - backgroundColor: "none" -}; - function initMap() { return maps.map(map => { return initMapWithData(map);