Skip to content

Commit

Permalink
Merge pull request #424 from HSLdevcom/DT-6530
Browse files Browse the repository at this point in the history
DT-6530 Rental vehicle data filtering
  • Loading branch information
optionsome authored Nov 21, 2024
2 parents f35938e + cb48b78 commit a37f92f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions finland/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "kotka-bike-rental",
Expand All @@ -539,7 +539,7 @@
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "kouvola-bike-rental",
Expand All @@ -557,7 +557,7 @@
"network": "freebike_lahti",
"url": "http://digitransit-proxy:8080/out/tkhslahtistorage.blob.core.windows.net/gbfs/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]

},
{
Expand All @@ -568,7 +568,7 @@
"network": "vantaa",
"url": "http://digitransit-proxy:8080/out/vantaa-api.giravolta.io/api-opendata/gbfs/2_3/gbfs",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "hsl-bike-rental",
Expand Down Expand Up @@ -650,7 +650,7 @@
"network": "bolt_helsinki",
"url": "https://mds.bolt.eu/gbfs/2/10/gbfs",
"geofencingZones": true,
"allowedRentalType": "vehicles"
"rentalPickupTypes": ["free_floating"]
}
]
}
4 changes: 2 additions & 2 deletions hsl/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"network": "vantaa",
"url": "http://digitransit-proxy:8080/out/vantaa-api.giravolta.io/api-opendata/gbfs/2_3/gbfs",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "hsl-bike-rental",
Expand Down Expand Up @@ -297,7 +297,7 @@
"network": "bolt_helsinki",
"url": "https://mds.bolt.eu/gbfs/2/10/gbfs",
"geofencingZones": true,
"allowedRentalType": "vehicles"
"rentalPickupTypes": ["free_floating"]
}
]
}
6 changes: 3 additions & 3 deletions waltti/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "kotka-bike-rental",
Expand All @@ -463,7 +463,7 @@
"frequency": "30s",
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "kouvola-bike-rental",
Expand Down Expand Up @@ -498,7 +498,7 @@
"frequency": "60s",
"url": "http://digitransit-proxy:8080/out/tkhslahtistorage.blob.core.windows.net/gbfs/gbfs.json",
"overloadingAllowed": true,
"allowedRentalType": "stations"
"rentalPickupTypes": ["station"]
},
{
"id": "liipi",
Expand Down

0 comments on commit a37f92f

Please sign in to comment.