dump1090/public_html/config.js

18 lines
530 B
JavaScript
Raw Normal View History

// ----------------------------------------------------
//
// This file is to configure the configurable settings.
// Load this file before script.js file at gmap.html.
//
// ----------------------------------------------------
// The Latitude and Longitude in decimal format
var CONST_CENTERLAT = 45.0;
var CONST_CENTERLON = 9.0;
// The google maps zoom level, 0 - 16, lower is further out
var CONST_ZOOMLVL = 5;
// The default marker color
var MarkerColor = "rgb(127, 127, 127)";
var SelectedColor = "rgb(225, 225, 225)"