-
Updated
Jun 13, 2020 - Go
transit
Here are 439 public repositories matching this topic...
-
Updated
Dec 9, 2019 - Swift
-
Updated
Jun 9, 2020
Summary:
Related to OneBusAway/onebusaway-android#891, which added more distracting POI icons to the map.
We should examine the new Android Maps styling configurations and determine which makes the most sense to adopt in OBA, with the goals being clear and uncluttered maps for public transportation navigation:
https://developers.google.com/maps/documentation/a
-
Updated
Jun 8, 2020 - JavaScript
ring-defaults' wrap-defaults adds the ring.middleware.content-type/wrap-content-type middleware by default (see https://github.com/ring-clojure/ring-defaults/blob/master/src/ring/middleware/defaults.clj#L27 and further occurences of :content-types)
Muuntaja's muuntaja.middleware/wrap-format will silently not do anything when ring's content-type middleware is also present.
Is it possibl
-
Updated
Jan 22, 2020 - Processing
As a visitor, I want to see what devices look like so that I can understand how they would integrate into the environment.
Acceptance criteria
- It's done when product pictures are added for relevant README.md files.
- It's done when usage pictures/videos are added for relevant README.md files.
- It's done when all images and videos used are open-source.
I get a blank screen when visiting:
http://developer.onebusaway.org/modules/onebusaway-application-modules/current/api/where/methods/report-problem-with-stop.html
I think that it.geosolutions.jaiext used to be in the OSGeo maven repository, but it isn't any more. I had to add the boundlessgeo repo (linked from GeoTools docs), NB it is available over TLS (https) as well as plain HTTP.
-
Updated
Jun 5, 2020 - JavaScript
Would help to highlight walk network, walk connectors, and transit modes separately.
-
Updated
Apr 22, 2020 - Python
Hi,
I wanted to reactivate some old code using your API which has been decommissioned, and it seems there may be some things not working.
For instance, I have been trying these links from your documentation
`https://3.vbb.transport.rest/journeys?from=900000023201&to.id=900980720&to.name=ATZE%20Musiktheater&to.latitude=52.543333&to.longitude=13.351686
{
"error": true,
"msg": "invalid to.typ
Summary:
Feedback from agencies - it would be useful to see small details on the entity that triggered the error in the error message. Right now we show the ID, like:
trip_id 1234...
However, it would be more useful if we included the trip headsign, route shortname, and stop name along with the ID, like:
trip_id 1234 South to Downtown
Steps to reproduce:
Trigger an
Because it's a stack, Flutter doesn't know it's a bottom tab bar:
Need to fix so tab bar does not come above keyboard.
It's officially out. We should upgrade our app to use the v3 API over the v2 API. Advantages:
- T is now on the map
- use of detours (by default, the detours are default on the getpatterns GET method... but there is a new API that takes more advantage of the detour API)
There are some breaking changes... For example, we cannot get patterns unless we specify what agency the route comes from.
-
Updated
Mar 20, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the transit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transit topic, visit your repo's landing page and select "manage topics."

In Node (and React-native) the WebSocket constructor can take additional parameter which can set the HTTP request options for the initial request. This can be used to set headers etc.
https://github.com/theturtle32/WebSocket-Node/blob/master/docs/W3CWebSocket.md#constructor
https://github.com/facebook/react-native/blob/29fb2a8e90fa3811f9485d4b89d9dbcfffea93a6/Libraries/WebSocket/WebSocket.js#L