File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ VEHICLE_POSITIONS_URL=https://api.cityofkingston.ca/gtfs-realtime/vehicleupdates
4
4
TRIP_UPDATES_URL = https://api.cityofkingston.ca/gtfs-realtime/tripupdates.pb
5
5
ALERTS_URL = https://api.cityofkingston.ca/gtfs-realtime/alerts.pb
6
6
REFRESH_INTERVAL = 30
7
- AGENCY_ID = Kingston Transit
7
+ AGENCY_ID = 0
8
8
TZ = America/Toronto
9
9
GOOGLE_MAPS_API_KEY = <YOUR_GOOGLE_MAPS_API_KEY>
10
10
GOOGLE_MAPS_CHANNEL_ID = <YOUR_GOOGLE_MAPS_CHANNEL_ID>
Original file line number Diff line number Diff line change 1
- GTFS_URL = https://opendata.burlington .ca/gtfs-rt/GTFS_Data .zip
1
+ GTFS_URL = https://api.cityofkingston .ca/gtfs/gtfs .zip
2
2
TEST_API_KEY = test
3
- VEHICLE_POSITIONS_URL = https://opendata.burlington .ca/gtfs-rt/GTFS_VehiclePositions .pb
4
- TRIP_UPDATES_URL = https://opendata.burlington .ca/gtfs-rt/GTFS_TripUpdates .pb
5
- ALERTS_URL = https://opendata.burlington .ca/gtfs-rt/GTFS_ServiceAlerts .pb
3
+ VEHICLE_POSITIONS_URL = https://api.cityofkingston .ca/gtfs-realtime/vehicleupdates .pb
4
+ TRIP_UPDATES_URL = https://api.cityofkingston .ca/gtfs-realtime/tripupdates .pb
5
+ ALERTS_URL = https://api.cityofkingston .ca/gtfs-realtime/alerts .pb
6
6
REFRESH_INTERVAL = 30
7
- AGENCY_ID = Burlington
7
+ AGENCY_ID = 0
8
8
TZ = America/Toronto
9
9
GOOGLE_MAPS_API_KEY = <YOUR_GOOGLE_MAPS_API_KEY>
10
10
GOOGLE_MAPS_CHANNEL_ID = <YOUR_GOOGLE_MAPS_CHANNEL_ID>
@@ -14,3 +14,4 @@ DOMAIN=oba.example.com
14
14
# OBA image version. You can find the available versions at:
15
15
# https://hub.docker.com/r/opentransitsoftwarefoundation/onebusaway-api-webapp/tags
16
16
OBA_VERSION = latest
17
+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ VEHICLE_POSITIONS_URL=https://api.cityofkingston.ca/gtfs-realtime/vehicleupdates
4
4
TRIP_UPDATES_URL = https://api.cityofkingston.ca/gtfs-realtime/tripupdates.pb
5
5
ALERTS_URL = https://api.cityofkingston.ca/gtfs-realtime/alerts.pb
6
6
REFRESH_INTERVAL = 30
7
- AGENCY_ID = Kingston Transit
7
+ AGENCY_ID = 0
8
8
TZ = America/Toronto
9
9
GOOGLE_MAPS_API_KEY = <YOUR_GOOGLE_MAPS_API_KEY>
10
10
GOOGLE_MAPS_CHANNEL_ID = <YOUR_GOOGLE_MAPS_CHANNEL_ID>
You can’t perform that action at this time.
0 commit comments