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.
This commit is contained in:
Brian Davenport 2013-05-24 02:15:37 +00:00
parent d2a15659e7
commit 8b5c74ded8
6 changed files with 288 additions and 213 deletions
public_html

16
public_html/config.js Normal file
View file

@ -0,0 +1,16 @@
// ----------------------------------------------------
//
// 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)"