mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 20:29:47 +08:00
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:
committed by
Mathew Sutcliffe
parent
06bcbe2a2f
commit
1eb65a873c
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user