Center the webmap on the receiver location.

Mark config.js as a conffile, so user changes won't get overwritten.
This commit is contained in:
Oliver Jowett 2015-01-02 22:48:27 +00:00
parent 85eee61358
commit 69532b3c53
3 changed files with 5 additions and 0 deletions
public_html

View file

@ -60,6 +60,8 @@ function initialize() {
SiteShow = true;
SiteLat = data.lat;
SiteLon = data.lon;
CONST_CENTERLAT = data.lat;
CONST_CENTERLON = data.lon;
}
Dump1090Version = data.version;