Skip to content

Commit

Permalink
measurement in graphhopper.sh: add turn cost
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Feb 19, 2020
1 parent b0069f1 commit fcc17d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphhopper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ elif [ "$ACTION" = "torture" ]; then
"$JAVA" $JAVA_OPTS -cp "$JAR" com.graphhopper.tools.QueryTorture $@

elif [ "$ACTION" = "measurement" ]; then
ARGS="$GH_WEB_OPTS graph.location=$GRAPH datareader.file=$OSM_FILE prepare.ch.weightings=fastest prepare.lm.weightings=fastest graph.flag_encoders=car \
ARGS="$GH_WEB_OPTS graph.location=$GRAPH datareader.file=$OSM_FILE prepare.ch.weightings=fastest prepare.lm.weightings=fastest graph.flag_encoders=car|turn_costs=true \
prepare.min_network_size=10000 prepare.min_oneway_network_size=10000"

function startMeasurement {
Expand Down

0 comments on commit fcc17d9

Please sign in to comment.