Sean Barbeau

Results 1029 comments of Sean Barbeau

Unfortunately this is looking less likely to happen as Mapzen shut down at the beginning of the year, and their SDK was the closest to mirror the Google Maps API...

Yeah, it's not widely know, and I'm not entirely sure if it's officially supported in Puget Sound :). It's an artifact of the same server software stack being used in...

Sorry, just fat-fingered on my mobile and accidentally closed the issue. Just reopened. I can ask around and see if location not working is a known problem.

So the answer is real-time location for Nearby isn't supported, as the mobile site itself isn't officially supported. But you're welcome to use what is there that works.

@nolanlawson Could you please provide a screenshot? I'm interested in which exact dialog you're seeing.

@ellenhp Maybe! At a glance those docs look a lot more promising than the last ones I saw from Mapbox - they are definitely Android Maps v2-inspired at the least....

Thanks @cbergy! What region are you located in? I believe this string comes from the Open311 library we're using: https://github.com/CUTR-at-USF/open311-client

@drabell I wanted more quantitative measures in GTFS-rt for occupancy (one reason being the underlying data we get from the Bull Runner AVL system is percentage [0-100]), but others (including...

One option to help reduce response size is to eliminate the `references` section in the response by adding `includeReferences=false` to the request - see "References" section here: http://developer.onebusaway.org/modules/onebusaway-application-modules/current/api/where/index.html Depending on...

**Quick Test** API request to get arrival times for reported stop - http://api.pugetsound.onebusaway.org/api/where/arrivals-and-departures-for-stop/1_76372.json?minutesAfter=65&key=TEST The above request yields a JSON response of 76329 characters. Here's the `includeReferences=false` version: http://api.pugetsound.onebusaway.org/api/where/arrivals-and-departures-for-stop/1_76372.json?minutesAfter=65&key=TEST&includeReferences=false This request...