mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Remove unused GFS 0.5 grid URL
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
"url": "https://datastore.swift-project.org/"
|
||||
},
|
||||
"mappingMinimumVersion": "0.9.0",
|
||||
"ncepGlobalForecastSystemUrl": {
|
||||
"url": "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p50.pl"
|
||||
},
|
||||
"ncepGlobalForecastSystemUrl25": {
|
||||
"url": "http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p25.pl"
|
||||
},
|
||||
|
||||
@@ -133,9 +133,6 @@ namespace BlackCore::Data
|
||||
//! \remark only valid if wasLoaded() is \c true
|
||||
bool isSwiftVersionMinimumMappingVersion() const;
|
||||
|
||||
//! NCEP GFS Forecasts (0.50 degree grid) data url
|
||||
BlackMisc::Network::CUrl getNcepGlobalForecastSystemUrl() const { return m_ncepGlobalForecastSystemUrl; }
|
||||
|
||||
//! NCEP GFS Forecasts (0.25 degree grid) data url
|
||||
BlackMisc::Network::CUrl getNcepGlobalForecastSystemUrl25() const { return m_ncepGlobalForecastSystemUrl25; }
|
||||
|
||||
@@ -182,7 +179,6 @@ namespace BlackCore::Data
|
||||
BlackMisc::Network::CUrlList m_sharedUrls; //!< where we can obtain shared info files such as bootstrap, ..
|
||||
BlackMisc::Network::CUrlList m_onlineHelpUrls; //!< online help URLs
|
||||
BlackMisc::Network::CServerList m_predefinedServers; //!< Predefined servers loaded from setup file
|
||||
BlackMisc::Network::CUrl m_ncepGlobalForecastSystemUrl; //!< NCEP GFS url 0.5 degree resolution
|
||||
BlackMisc::Network::CUrl m_ncepGlobalForecastSystemUrl25; //!< NCEP GFS url 0.25 degree resolution
|
||||
BlackMisc::Network::CUrl m_comNavEquipmentHelpUrl; //!< Help URL for COM/NAV equipment codes
|
||||
BlackMisc::Network::CUrl m_ssrEquipmentHelpUrl; //!< Help URL for SSR equipment codes
|
||||
@@ -204,7 +200,6 @@ namespace BlackCore::Data
|
||||
BLACK_METAMEMBER(onlineHelpUrls, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(predefinedServers, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(mappingMinimumVersion, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(ncepGlobalForecastSystemUrl, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(ncepGlobalForecastSystemUrl25, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(comNavEquipmentHelpUrl, 0, RequiredForJson),
|
||||
BLACK_METAMEMBER(ssrEquipmentHelpUrl, 0, RequiredForJson),
|
||||
|
||||
Reference in New Issue
Block a user