Set ACCESS speed to 99 until all problems with this are resolved

wip/bound-for
Markus Koch 2021-03-04 22:02:31 +01:00
parent f37ec6d03f
commit 9ce5765192
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ int add_geojson_to_dijkstra(struct dijkstra_solver *solver,
z_last = 1000; // By default, let's assume 10x normal speed
break;
case ACCESS:
z_last = 10; // By default, let's introduce a penalty to get on the train (ACCESS walk 10x slower)
z_last = 99; // TODO: By default, let's introduce a penalty to get on the train (ACCESS walk 10x slower)
break;
default:
z_last = -1;