dump1090/public_html/config.js
Brian Davenport 8b5c74ded8 Split into multiple JS files,
Selecting planes now works,
Started work on settings window,
Created extension.js, an area for new ideas to be tested or loaded out of.
2013-05-24 02:15:37 +00:00

17 lines
479 B
JavaScript

// ----------------------------------------------------
//
// This file is to configure the configurable settings
//
// ----------------------------------------------------
// The Latitude and Longitude in decimal format
var CenterLat = 35.21928;
var CenterLon = -80.94406;
// The google maps zoom level, 0 - 16, lower is further out
var ZoomLvl = 9;
// The default marker color
var MarkerColor = "rgb(127, 127, 127)";
var SelectedColor = "rgb(225, 225, 225)"