I have a road conditions RSS feed I want to use to identify driving conditions on a web map.
The RSS feed items look like this:
Highway 2: From Jct Hwy 263 to Jct Hwy 264
November-20-14 7:24 AM
Good Winter Driving
How do I go about using this data to style a highways layer in a Javascript webmap?
I assume a custom geocoder of some kind is needed, but am a little lost on where and how to start.
Many thanks