gtfs-to-html
Version:
Build human readable transit timetables as HTML, PDF or CSV from GTFS
22 lines (21 loc) • 604 B
JSON
{
"agencies": [
{
"agency_key": "marintransit",
"url": "https://marintransit.org/data/google_transit.zip"
}
],
"beautify": true,
"coordinatePrecision": 5,
"defaultOrientation": "vertical",
"timeFormat": "h:mm[<span class=\"stop-time-period\">]a[</span>]",
"noServiceSymbol": "--",
"requestPickupSymbol": "***",
"showMap": true,
"showOnlyTimepoint": true,
"showStopCity": false,
"mapboxAccessToken": "pk.eyJ1IjoiYnJlbmRhbm5lZSIsImEiOiJjaXRkMWIzbzEwMDV5MnRvMzJwbjRiaWc3In0.smzRW-NB_BCAGAQiEOvJdg",
"zipOutput": false,
"noHead": true,
"menuType": "radio"
}