WSDOT / wsdot-android-app

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

Best Times To Travel #150

Closed loganSims closed 7 years ago

loganSims commented 7 years ago

Issue #149

When available, best times to travel charts will be posted on the traffic map. Accessible by tapping the chart icon on the traffic map app bar. When no charts are posted, the app bar button will not display.

The chart data is on the data server at http://data.wsdot.wa.gov/mobile/travelCharts.js.gz and will need to be manually updated with new data each holiday. The "available" field allows us to easily post/unpost the data. If the app reads "available" as false, it won't display the data.

Below is a sample of the json object the app gets from the data server. travelChartsSample.txt