Set ACCESS speed to 99 until all problems with this are resolved
This commit is contained in:
parent
f37ec6d03f
commit
9ce5765192
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user