Sean Barbeau
Sean Barbeau
Here are all known routes that suffer from the forward slash problem - they are all in Atlanta region (from @sharadagarwal - thanks!): > GRTA_411 - Hamilton Mill/Mall of Georgia...
WIP at https://github.com/OneBusAway/onebusaway-android/pull/725.
@aaronbrethorst Did the oba.co API for weather change? http://onebusaway.co/regions/1/weather.json?lat=47.63671875&lon=-122.6953125 is giving me a 404. Seeing your demo made me want to add it to Android again ;)
@tuesd4y No one working on this for Android that I know of, so feel free to tackle it! It needs to be positioned in bottom left or top right because...
>FYI, I am currently working on WeatherProvider, which will combine multiple government sources into a single API. It will have a server app (non-functioning atm) that we can use on...
@tuesd4y That looks like a good start! A few suggestions: 1. I like the unobstrusiveness of the Google app weather icon (see below). I'd be in favor of getting rid...
Related issue on OBA Alexa - https://github.com/OneBusAway/onebusaway-alexa/issues/92.
Here's the populated URL field: ``` ... summary: { lang: "en", value: "Impacts of SafeTrack Surge #9 on Metrobus Customers" }, url: { lang: "en", value: "http://www.wmata.com/rider_tools/metro_service_status/advisories.cfm?AID=5749" } ```
Here is how OBA Android interprets `url` field: >A URL to a human-readable website with more details on the alert This is in-line with the GTFS Realtime Alert.url definition at...
Thanks for submitting this @kevinsafon!