refs #610, VATSIM status file

* automatically load status file
* keep VATSIM data file locations
* use METAR/datafile locations from bootstrap or VATSIM status file
This commit is contained in:
Klaus Basan
2016-03-03 21:33:25 +01:00
committed by Mathew Sutcliffe
parent 06bcbe2a2f
commit 1eb65a873c
16 changed files with 429 additions and 68 deletions

View File

@@ -5,6 +5,17 @@
"url": "https://vatsim-germany.org:50443/mapping/public"
},
"development": false,
"fsdTestServers": {
"containerbase": [
]
},
"newsUrls": {
"containerbase": [
{
"url": "http://swift-project.org/"
}
]
},
"sharedUrls": {
"containerbase": [
{
@@ -15,7 +26,7 @@
}
]
},
"timestampMSecsSinceEpoch": 0,
"timestampMSecsSinceEpoch": 1457055734000,
"vatsimBookingsUrl": {
"url": "http://vatbook.euroutepro.com/xml2.php"
},
@@ -26,14 +37,19 @@
}
]
},
"vatsimMetarsUrl": {
"url": "http://metar.vatsim.net/metar.php"
},
"newsUrls": {
"vatsimMetarsUrls": {
"containerbase": [
{
"url": "http://swift-project.org/"
"url": "http://metar.vatsim.net/metar.php"
}
]
}
}
},
"vatsimStatusFileUrls": {
"containerbase": [
{
"url": "https://status.vatsim.net"
}
]
},
"wasLoaded": true
}