WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Missing Weather Icon Because Forecast Isn't In The First Sentence #96

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

The phrase "Cooler. Mostly cloudy" matches no icons. This is because we only look at the first sentence for the weather phrases.

loganSims commented 8 years ago

We could probably read through the whole forecast and break out when we get the first match.