Skip to content

Commit 4b5d5a8

Browse files
committed
make graphhopper.sh use acceptWay
1 parent aa42adb commit 4b5d5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphhopper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ elif [ "x$ACTION" = "xminiui" ]; then
256256

257257

258258
elif [ "x$ACTION" = "xmeasurement" ]; then
259-
ARGS="config=$CONFIG graph.location=$GRAPH osmreader.osm=$OSM_FILE prepare.chWeighting=fastest graph.flagEncoders=CAR"
259+
ARGS="config=$CONFIG graph.location=$GRAPH osmreader.osm=$OSM_FILE prepare.chWeighting=fastest osmreader.acceptWay=CAR"
260260
# graph.doSort=true"
261261
echo -e "\ncreate graph via $ARGS, $JAR"
262262
START=$(date +%s)

0 commit comments

Comments
 (0)