Skip to content

Commit

Permalink
us-in: Enable proxying for some feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Apr 9, 2024
1 parent ddc37cb commit 5846f6a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions feeds/us-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,22 @@
{
"name": "Indiana-County-Transit-Authority",
"type": "transitland-atlas",
"transitland-atlas-id": "f-indiana~county~transit~authority"
"transitland-atlas-id": "f-indiana~county~transit~authority",
"options": {
"fetch-interval-days": 1
}
},
{
"name": "Interurban-Trolley",
"type": "transitland-atlas",
"transitland-atlas-id": "f-macog"
"transitland-atlas-id": "f-macog",
"proxy": true
},
{
"name": "Muncie-Indiana-Transit-System",
"type": "transitland-atlas",
"transitland-atlas-id": "f-dp5k-indiana~mits"
"transitland-atlas-id": "f-dp5k-indiana~mits",
"proxy": true
},
{
"name": "Northern-Indiana-Commuter-Transportation-District",
Expand Down

0 comments on commit 5846f6a

Please sign in to comment.