We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6278802 + 369ba96 commit 4e4aab4Copy full SHA for 4e4aab4
1 file changed
scripts/dl-and-index.sh
@@ -75,11 +75,10 @@ function import_router {
75
import_router gtfs
76
echo '###### gtfs done'
77
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
+node $TOOLS/bikes-pelias/import "$APIURL"routing/v2/finland/gtfs/v1$APIKEYPARAMS
80
echo '###### city bike station loading done'
81
82
-node $TOOLS/parking-areas-pelias/import "$APIURL"routing/v2/routers/hsl/index/graphql$APIKEYPARAMS liipi
+node $TOOLS/parking-areas-pelias/import "$APIURL"routing/v2/finland/gtfs/v1$APIKEYPARAMS liipi
83
echo '###### park & ride location loading done'
84
85
node $TOOLS/openstreetmap/index
0 commit comments