We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa42adb commit 4b5d5a8Copy full SHA for 4b5d5a8
graphhopper.sh
@@ -256,7 +256,7 @@ elif [ "x$ACTION" = "xminiui" ]; then
256
257
258
elif [ "x$ACTION" = "xmeasurement" ]; then
259
- ARGS="config=$CONFIG graph.location=$GRAPH osmreader.osm=$OSM_FILE prepare.chWeighting=fastest graph.flagEncoders=CAR"
+ ARGS="config=$CONFIG graph.location=$GRAPH osmreader.osm=$OSM_FILE prepare.chWeighting=fastest osmreader.acceptWay=CAR"
260
# graph.doSort=true"
261
echo -e "\ncreate graph via $ARGS, $JAR"
262
START=$(date +%s)
0 commit comments