Skip to content

Commit

Permalink
Merge pull request #421 from HSLdevcom/DT-6530
Browse files Browse the repository at this point in the history
DT-6530 Filter vehicle rental data
  • Loading branch information
optionsome authored Nov 8, 2024
2 parents 8e88a7a + 5deeddc commit 71e56ea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
16 changes: 11 additions & 5 deletions finland/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,15 +529,17 @@
"sourceType": "gbfs",
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "kotka-bike-rental",
"type": "vehicle-rental",
"sourceType": "gbfs",
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "kouvola-bike-rental",
Expand All @@ -554,7 +556,9 @@
"frequency": "60s",
"network": "freebike_lahti",
"url": "http://digitransit-proxy:8080/out/tkhslahtistorage.blob.core.windows.net/gbfs/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"

},
{
"id": "vantaa-bike-rental",
Expand All @@ -563,7 +567,8 @@
"frequency": "30s",
"network": "vantaa",
"url": "http://digitransit-proxy:8080/out/vantaa-api.giravolta.io/api-opendata/gbfs/2_3/gbfs",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "hsl-bike-rental",
Expand Down Expand Up @@ -644,7 +649,8 @@
"frequency": "30s",
"network": "bolt_helsinki",
"url": "https://mds.bolt.eu/gbfs/2/10/gbfs",
"geofencingZones": true
"geofencingZones": true,
"allowedRentalType": "vehicles"
}
]
}
6 changes: 4 additions & 2 deletions hsl/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
"frequency": "30s",
"network": "vantaa",
"url": "http://digitransit-proxy:8080/out/vantaa-api.giravolta.io/api-opendata/gbfs/2_3/gbfs",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "hsl-bike-rental",
Expand Down Expand Up @@ -295,7 +296,8 @@
"frequency": "30s",
"network": "bolt_helsinki",
"url": "https://mds.bolt.eu/gbfs/2/10/gbfs",
"geofencingZones": true
"geofencingZones": true,
"allowedRentalType": "vehicles"
}
]
}
9 changes: 6 additions & 3 deletions waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,15 +433,17 @@
"sourceType": "gbfs",
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "kotka-bike-rental",
"type": "vehicle-rental",
"sourceType": "gbfs",
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "kouvola-bike-rental",
Expand Down Expand Up @@ -475,7 +477,8 @@
"sourceType": "gbfs",
"frequency": "60s",
"url": "http://digitransit-proxy:8080/out/tkhslahtistorage.blob.core.windows.net/gbfs/gbfs.json",
"overloadingAllowed": true
"overloadingAllowed": true,
"allowedRentalType": "stations"
},
{
"id": "liipi",
Expand Down

0 comments on commit 71e56ea

Please sign in to comment.