Skip to content

Commit

Permalink
Merge branch 'triphora-mcts-rt'
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jun 28, 2024
2 parents 3984bdf + ce7e38e commit b505361
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 6 additions & 1 deletion feeds/kamino.mcts.org.dmfr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "f-dp9-milwaukeecountytransitsystem",
"spec": "gtfs",
"urls": {
"static_current": "http://kamino.mcts.org/gtfs/google_transit.zip"
"static_current": "https://kamino.mcts.org/gtfs/google_transit.zip"
},
"license": {
"url": "https://www.ridemcts.com/policies/developer-terms"
Expand All @@ -18,6 +18,11 @@
"onestop_id": "o-dp9-milwaukeecountytransitsystem",
"name": "Milwaukee County Transit System",
"short_name": "MCTS",
"associated_feeds": [
{
"feed_onestop_id": "f-mcts~rt"
}
],
"tags": {
"twitter_general": "RideMCTS",
"us_ntd_id": "50008",
Expand Down
18 changes: 18 additions & 0 deletions feeds/realtime.ridemcts.com.dmfr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json",
"feeds": [
{
"id": "f-mcts~rt",
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://realtime.ridemcts.com/gtfsrt/vehicles",
"realtime_trip_updates": "https://realtime.ridemcts.com/gtfsrt/trips",
"realtime_alerts": "https://realtime.ridemcts.com/gtfsrt/alerts"
},
"license": {
"url": "https://www.ridemcts.com/policies/developer-terms"
}
}
],
"license_spdx_identifier": "CDLA-Permissive-1.0"
}

0 comments on commit b505361

Please sign in to comment.