From 15a5de8f0d644c11caa661c2724e6699507fc98b Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 1 Sep 2020 21:03:52 -0400 Subject: [PATCH] Update config.js --- build/portal/html/dump978/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/portal/html/dump978/config.js b/build/portal/html/dump978/config.js index 3f4ba635..b643104e 100644 --- a/build/portal/html/dump978/config.js +++ b/build/portal/html/dump978/config.js @@ -26,15 +26,15 @@ ShowOtherUnits = true; // degrees. // Default center of the map. -DefaultCenterLat = 42.99106979370117; -DefaultCenterLon = -74.11241912841797; +DefaultCenterLat = "42.99106979370117"; +DefaultCenterLon = "-74.11241912841797"; // The google maps zoom level, 0 - 16, lower is further out DefaultZoomLvl = 8; // Center marker. If dump1090 provides a receiver location, // that location is used and these settings are ignored. -SiteShow = True; // true to show a center marker +SiteShow = true; // true to show a center marker SiteLat = "42.99106979370117" SiteLon = "-74.11241912841797" SiteName = "CasjaysDev"; // tooltip of the marker