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:
parent
85eee61358
commit
69532b3c53
3 changed files with 5 additions and 0 deletions
public_html
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue