Skip to content

Commit 3da61d8

Browse files
authored
Merge pull request #476 from HSLdevcom/matka-taxi-data
Taxi data configured for matka
2 parents 11001e2 + bc5046f commit 3da61d8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

finland/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ module.exports = {
113113
'https://minfoapi.matkahuolto.fi/gtfs/177/gtfs.zip',
114114
true,
115115
),
116+
mapSrc(
117+
'02Taksi',
118+
'https://resources.02taksi.fi/digitransit_02_taksi.zip',
119+
false,
120+
),
116121
],
117122
osm: ['finland', 'estonia'],
118123
};

finland/otp-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"AsyncGraphQLFetchers": false,
1111
"Co2Emissions": true,
1212
"Emission": true,
13-
"DebugRasterTiles": true
13+
"DebugRasterTiles": true,
14+
"FlexRouting": true
1415
}
1516
}

finland/router-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"AIRPLANE": "1200s"
6262
}
6363
},
64+
"flex": {
65+
"maxTransferDuration": "1m",
66+
"maxFlexTripDuration": "3h",
67+
"maxAccessWalkDuration": "5m",
68+
"maxEgressWalkDuration": "5m"
69+
},
6470
"transit": {
6571
"pagingSearchWindowAdjustments": ["8h", "4h", "4h", "4h", "4h"],
6672
"dynamicSearchWindow": {

0 commit comments

Comments
 (0)