{ "flex": { "maxAccessWalkDuration": "10m", "maxEgressWalkDuration": "10m", "maxFlexTripDuration" : "60m" }, "routingDefaults": { "transferSlack": 0, "wheelchairAccessibility": { "trip": { "onlyConsiderAccessible": false, "unknownCost": 600, "inaccessibleCost": 3600 }, "stop": { "onlyConsiderAccessible": false, "unknownCost": 600, "inaccessibleCost": 3600 } }, "itineraryFilters": { "accessibilityScore": true } }, "updaters": [ { "type": "real-time-alerts", "frequency": "30s", "url": "https://www3.septa.org/api/v2/gtfs-rt/bus/service-alerts/", "feedId": "SEPTA" }, { "type": "vehicle-positions", "frequency": "10s", "url": "https://www3.septa.org/api/v2/gtfs-rt/bus/vehicle-positions/", "feedId": "SEPTA" }, { "type": "stop-time-updater", "frequency": "15s", "url": "https://www3.septa.org/api/v2/gtfs-rt/bus/trip-update/", "feedId": "SEPTA" }, { "type": "real-time-alerts", "frequency": "30s", "url": "https://www3.septa.org/api/v2/gtfs-rt/rail/service-alerts/", "feedId": "SEPTA-Rail" }, { "type": "stop-time-updater", "frequency": "15s", "url": "https://www3.septa.org/api/v2/gtfs-rt/rail/trip-update/", "feedId": "SEPTA-Rail" }, { "type": "vehicle-positions", "frequency": "10s", "url": "https://www3.septa.org/api/v2/gtfs-rt/rail/vehicle-positions/", "feedId": "SEPTA-Rail" }, { "type": "vehicle-rental", "sourceType": "gbfs", "url": "https://gbfs.bcycle.com/bcycle_indego/gbfs.json", "frequency": "15s" } ], "vectorTiles": { "layers": [ { "name": "stops", "type": "Stop", "mapper": "Digitransit", "maxZoom": 20, "minZoom": 14, "cacheMaxSeconds": 600 }, { "name": "stations", "type": "Station", "mapper": "Digitransit", "maxZoom": 20, "minZoom": 14, "cacheMaxSeconds": 600 }, { "name": "areaStops", "type": "AreaStop", "mapper": "OTPRR", "maxZoom": 30, "minZoom": 4, "cacheMaxSeconds": 600 }, { "name": "rentalVehicles", "type": "VehicleRentalVehicle", "mapper": "Digitransit", "maxZoom": 20, "minZoom": 2, "cacheMaxSeconds": 60 }, { "name": "rentalStations", "type": "VehicleRentalStation", "mapper": "Digitransit", "maxZoom": 20, "minZoom": 2, "cacheMaxSeconds": 600 }, { "name": "vehicleParking", "type": "VehicleParking", "mapper": "Digitransit", "maxZoom": 20, "minZoom": 10, "cacheMaxSeconds": 60, "expansionFactor": 0.25 } ] } }