OpenTripPlanner/doc/user/examples/ibi/portland/build-config.json
2024-07-24 15:36:14 +02:00

13 lines
236 B
JSON

{
"osmDefaults": {
"osmTagMapping": "portland"
},
"osmNaming": "portland",
"transitFeeds": [
{
"type": "gtfs",
"feedId": "TriMet",
"source": "https://developer.trimet.org/schedule/gtfs.zip"
}
]
}