1
0
Fork 0

Add varying wind for eddh atis

This commit is contained in:
Torsten Dreyer 2014-03-05 13:59:03 +01:00
parent 167e947c4c
commit b388691fc2

View file

@ -47,7 +47,7 @@
<token>wind-dir</token> <token>wind-dir</token>
<text> degrees </text> <text> degrees </text>
<token>wind-speed-kn</token> <token>wind-speed-kn</token>
<text> knots </text> <text> knots</text>
<if> <if>
<not-empty> <not-empty>
<token>gusts</token> <token>gusts</token>
@ -55,7 +55,20 @@
<then> <then>
<text> gusts up to </text> <text> gusts up to </text>
<token>gusts</token> <token>gusts</token>
<text> knots </text> <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> </then>
</if> </if>
<text>. </text> <text>. </text>