Skip to content

Commit 4e4aab4

Browse files
authored
Merge pull request #96 from HSLdevcom/update-routing-api
Use new otp routing endpoints
2 parents 6278802 + 369ba96 commit 4e4aab4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/dl-and-index.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@ function import_router {
7575
import_router gtfs
7676
echo '###### gtfs done'
7777

78-
node $TOOLS/bikes-pelias/import "$APIURL"routing/v2/routers/finland/index/graphql$APIKEYPARAMS
79-
node $TOOLS/bikes-pelias/import "$APIURL"routing/v2/routers/waltti/index/graphql$APIKEYPARAMS
78+
node $TOOLS/bikes-pelias/import "$APIURL"routing/v2/finland/gtfs/v1$APIKEYPARAMS
8079
echo '###### city bike station loading done'
8180

82-
node $TOOLS/parking-areas-pelias/import "$APIURL"routing/v2/routers/hsl/index/graphql$APIKEYPARAMS liipi
81+
node $TOOLS/parking-areas-pelias/import "$APIURL"routing/v2/finland/gtfs/v1$APIKEYPARAMS liipi
8382
echo '###### park & ride location loading done'
8483

8584
node $TOOLS/openstreetmap/index

0 commit comments

Comments
 (0)