mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 12:45:35 +08:00
Update VATSIM data file reader to read new JSON data file format
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BlackCore
|
||||
m_vatsimBookingsUrl = CUrl("http://vatbook.euroutepro.com/xml2.php");
|
||||
m_vatsimMetarsUrls = CUrlList{"http://metar.vatsim.net/metar.php"};
|
||||
m_vatsimStatusFileUrls = CUrlList{ "https://status.vatsim.net" };
|
||||
m_vatsimDataFileUrls = CUrlList{ "http://info.vroute.net/vatsim-data.txt" };
|
||||
m_vatsimDataFileUrls = CUrlList{ "https://data.vatsim.net/v3/vatsim-data.json" };
|
||||
m_sharedUrls = CUrlList
|
||||
{
|
||||
"https://datastore.swift-project.net/shared/",
|
||||
|
||||
Reference in New Issue
Block a user