Added global settings and untrackedDeveloperSettings.js-file.

untrackedDeveloperSettings.js
Create file and add line `var developerSettings = true;` on top of it.
After that some settings can be overwritten with deleloper's flavour.

-- Example File w/o line numbers --
var developerSettings = true;

var CONST_CENTERLAT = 60.0; // 45.0
var CONST_CENTERLON = 20.0; // 9.0
var CONST_ZOOMLVL   = 6; //5
-- End of Example File --

	modified:   .gitignore
	modified:   public_html/gmap.html
	modified:   public_html/script.js
This commit is contained in:
terribl 2013-05-23 10:36:04 +03:00
parent 2c7c1a4610
commit 6bf2f2b54b
2 changed files with 17 additions and 9 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ frames.js
*~
*.rej
*.orig
public_html/untrackedDeveloperSettings.js