Skip to content

Commit eb05a9d

Browse files
committed
Revert "Revert "Revert taxi features""
This reverts commit 01dce30.
1 parent 703b104 commit eb05a9d

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
@@ -21,13 +21,7 @@
2121
"boardCost": 120
2222
},
2323
"accessEgress": {
24-
"maxDuration": "1h",
25-
"penalty": {
26-
"FLEXIBLE": {
27-
"timePenalty": "10m + 1.9t",
28-
"costFactor": 2
29-
}
30-
}
24+
"maxDuration": "1h"
3125
},
3226
"elevatorBoardTime": 60,
3327
"maxDirectStreetDurationForMode": {
@@ -100,12 +94,6 @@
10094
]
10195
}
10296
},
103-
"flex": {
104-
"maxTransferDuration": "5m",
105-
"maxFlexTripDuration": "30m",
106-
"maxAccessWalkDuration": "5m",
107-
"maxEgressWalkDuration": "5m"
108-
},
10997
"transit": {
11098
"maxSearchWindow": "8h",
11199
"pagingSearchWindowAdjustments": ["8h", "2h", "2h", "2h", "2h"],

waltti/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ module.exports = {
107107
),
108108
mapSrc('Salo', 'https://tvv.fra1.digitaloceanspaces.com/239.zip', true),
109109
mapSrc('Kajaani', 'https://tvv.fra1.digitaloceanspaces.com/211.zip', true),
110-
mapSrc(
111-
'02Taksi',
112-
'https://resources.02taksi.fi/digitransit_02_taksi.zip',
113-
false,
114-
),
115110
],
116111
osm: ['kajaani', 'oulu', 'rovaniemi', 'southFinland', 'vaasa'],
117112
};

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": {
@@ -51,12 +45,6 @@
5145
"nonTransitGeneralizedCostLimit": "400 + 1.5x"
5246
}
5347
},
54-
"flex": {
55-
"maxTransferDuration": "5m",
56-
"maxFlexTripDuration": "30m",
57-
"maxAccessWalkDuration": "5m",
58-
"maxEgressWalkDuration": "5m"
59-
},
6048
"transit": {
6149
"pagingSearchWindowAdjustments": ["8h", "4h", "4h", "4h", "4h"],
6250
"dynamicSearchWindow": {

0 commit comments

Comments
 (0)