Add varying wind for eddh atis
This commit is contained in:
parent
167e947c4c
commit
b388691fc2
1 changed files with 15 additions and 2 deletions
|
@ -58,6 +58,19 @@
|
|||
<text> knots</text>
|
||||
</then>
|
||||
</if>
|
||||
<if>
|
||||
<not-equals>
|
||||
<token>wind-from</token>
|
||||
<token>wind-to</token>
|
||||
</not-equals>
|
||||
<then>
|
||||
<text> varying between </text>
|
||||
<token>wind-from</token>
|
||||
<text> and </text>
|
||||
<token>wind-to</token>
|
||||
<text> degrees</text>
|
||||
</then>
|
||||
</if>
|
||||
<text>. </text>
|
||||
<if>
|
||||
<not-empty>
|
||||
|
|
Loading…
Reference in a new issue