Drizzle is considered to be light rain. Backportable to 2020.2. Fixes ticket 1792
This commit is contained in:
committed by
Automatic Release Builder
parent
1b00ece8c4
commit
f1d00c9b40
@@ -952,6 +952,8 @@ bool SGMetar::scanWeather()
|
||||
weather += string(a->text) + " ";
|
||||
if (!strcmp(a->id, "RA"))
|
||||
_rain = w.intensity;
|
||||
else if (!strcmp(a->id, "DZ"))
|
||||
_rain = LIGHT;
|
||||
else if (!strcmp(a->id, "HA"))
|
||||
_hail = w.intensity;
|
||||
else if (!strcmp(a->id, "SN"))
|
||||
|
||||
Reference in New Issue
Block a user