jaeroTimeout

This commit is contained in:
Matthias Wirth
2020-12-23 23:55:29 +01:00
parent 8f930d8112
commit cd82d850ac
3 changed files with 7 additions and 1 deletions

View File

@@ -1417,6 +1417,10 @@ function initMap() {
DefaultCenterLon = receiverJson.lon;
}
if (receiverJson && receiverJson.jaeroTimeout) {
jaeroTimeout = receiverJson.jaeroTimeout * 60;
}
if (receiverJson && receiverJson.globeIndexGrid != null) {
globeIndexGrid = receiverJson.globeIndexGrid;
globeIndex = 1;