Skip to content

Commit 5519c1b

Browse files
committed
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert taxi features""""""""
This reverts commit 06503d0.
1 parent 9d6c3ec commit 5519c1b

File tree

6 files changed

+4
-40
lines changed

6 files changed

+4
-40
lines changed

hsl/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ module.exports = {
1414
'HSLlautta',
1515
'https://mobility.mobility-database.fintraffic.fi/static/lautat_new.zip',
1616
),
17-
mapSrc(
18-
'02Taksi',
19-
'https://resources.02taksi.fi/digitransit_02_taksi_espoo.zip',
20-
false,
21-
),
2217
// src('Sipoo', 'https://koontikartta.navici.com/tiedostot/rae/sipoon_kunta_sibbo_kommun.zip')
2318
],
2419
osm: ['hsl'],

hsl/otp-config.json

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

hsl/router-config.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@
2222
"boardCost": 120
2323
},
2424
"accessEgress": {
25-
"maxDuration": "1h",
26-
"penalty": {
27-
"FLEXIBLE": {
28-
"timePenalty": "10m + 1.9t",
29-
"costFactor": 2
30-
}
31-
}
25+
"maxDuration": "1h"
3226
},
3327
"maxDirectStreetDuration": "90m",
3428
"maxDirectStreetDurationForMode": {
@@ -103,12 +97,6 @@
10397
"gtfsApi": {
10498
"tracingTags": ["digitransit-subscription-id"]
10599
},
106-
"flex": {
107-
"maxTransferDuration": "5m",
108-
"maxFlexTripDuration": "30m",
109-
"maxAccessWalkDuration": "5m",
110-
"maxEgressWalkDuration": "5m"
111-
},
112100
"transit": {
113101
"maxSearchWindow": "8h",
114102
"pagingSearchWindowAdjustments": ["8h", "2h", "2h", "2h", "2h"],

waltti/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ module.exports = {
116116
),
117117
mapSrc('Salo', 'https://tvv.fra1.digitaloceanspaces.com/239.zip', true),
118118
mapSrc('Kajaani', 'https://tvv.fra1.digitaloceanspaces.com/211.zip', true),
119-
mapSrc(
120-
'02Taksi',
121-
'https://resources.02taksi.fi/digitransit_02_taksi.zip',
122-
false,
123-
),
124119
],
125120
osm: ['kajaani', 'oulu', 'rovaniemi', 'southFinland', 'vaasa'],
126121
};

waltti/otp-config.json

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

waltti/router-config.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@
2222
"boardCost": 120
2323
},
2424
"accessEgress": {
25-
"maxDuration": "1h",
26-
"penalty": {
27-
"FLEXIBLE": {
28-
"timePenalty": "10m + 1.9t",
29-
"costFactor": 2
30-
}
31-
}
25+
"maxDuration": "1h"
3226
},
3327
"maxDirectStreetDuration": "2h",
3428
"maxDirectStreetDurationForMode": {
@@ -54,12 +48,6 @@
5448
"gtfsApi": {
5549
"tracingTags": ["digitransit-subscription-id"]
5650
},
57-
"flex": {
58-
"maxTransferDuration": "5m",
59-
"maxFlexTripDuration": "30m",
60-
"maxAccessWalkDuration": "5m",
61-
"maxEgressWalkDuration": "5m"
62-
},
6351
"transit": {
6452
"pagingSearchWindowAdjustments": ["8h", "4h", "4h", "4h", "4h"],
6553
"dynamicSearchWindow": {

0 commit comments

Comments
 (0)