Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
casjay committed Sep 1, 2020
1 parent a351919 commit 835730e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build/portal/html/dump978/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ ShowOtherUnits = true;
// degrees.

// Default center of the map.
DefaultCenterLat = 45.0;
DefaultCenterLon = 9.0;
DefaultCenterLat = 42.99106979370117;
DefaultCenterLon = -74.11241912841797;
// The google maps zoom level, 0 - 16, lower is further out
DefaultZoomLvl = 7;
DefaultZoomLvl = 8;

// Center marker. If dump1090 provides a receiver location,
// that location is used and these settings are ignored.

SiteShow = false; // true to show a center marker
SiteLat = "41.3872537"
SiteLon = "-82.0769568"
SiteName = "My Radar Site"; // tooltip of the marker
SiteShow = True; // true to show a center marker
SiteLat = "42.99106979370117"
SiteLon = "-74.11241912841797"
SiteName = "CasjaysDev"; // tooltip of the marker

// -- Marker settings -------------------------------------

Expand Down

0 comments on commit 835730e

Please sign in to comment.