Skip to content

Commit

Permalink
Fix ca-on.json (#869)
Browse files Browse the repository at this point in the history
* Fix ca-on.json
  • Loading branch information
Altonss authored Feb 8, 2025
1 parent 8fdb4d5 commit be5495f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions feeds/ca-on.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@
{
"name": "Burlington-Transit",
"type": "transitland-atlas",
"transitland-atlas-id": "f-dpxq-burlingtontransit"
"transitland-atlas-id": "f-dpxq-burlingtontransit",
"skip": true,
"skip-reason": "Not accessible from our import server or the transitland proxy"
},
{
"name": "Burlington-Transit",
"type": "transitland-atlas",
"transitland-atlas-id": "f-burt~rt"
"transitland-atlas-id": "f-burt~rt",
"skip": true
},
{
"name": "Chatham-Kent-Transit",
Expand Down Expand Up @@ -247,7 +250,9 @@
{
"name": "Quinte-Transit",
"type": "transitland-atlas",
"transitland-atlas-id": "f-quinte~transit~ca"
"transitland-atlas-id": "f-quinte~transit~ca",
"skip": true,
"skip-reason": "Not accessible from our import server or the transitland proxy"
},
{
"name": "Railway-City-Transit",
Expand Down

0 comments on commit be5495f

Please sign in to comment.