Added environment/realwx/metar-url
Code will still default to the hardcoded URL if present. [station] in the URL will be replaced with the actual required station; so the URL is now https://tgftp.nws.noaa.gov/data/observations/metar/stations/[station].TXT
This commit is contained in:
parent
dce80cbf83
commit
b8bed54099
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@
|
|||
<cloudlayers include="cloudlayers.xml"/>
|
||||
|
||||
<realwx>
|
||||
<metar-url>https://tgftp.nws.noaa.gov/data/observations/metar/stations/[station].TXT</metar-url>
|
||||
<!-- Spawn a metar loader for each metar node
|
||||
index 0..9 are reserved for internal (hardcoded) loaders
|
||||
and will be set from FlightGear's subsystems.
|
||||
|
|
Loading…
Reference in a new issue