Use new key make_routing, do not generate cross-mwm routing

This commit is contained in:
Ilya Zverev 2015-04-16 14:08:46 +03:00 committed by Alex Zolotarev
parent c5a45d38c2
commit 65e9524a6f

View file

@ -144,7 +144,7 @@ END
END
EOPOLY
fi
$GENERATOR_TOOL --osrm_file_name="$OSRM" --data_path="$TARGET" --user_resource_path="$DATA_PATH" --output="$BASE_NAME"
$GENERATOR_TOOL --make_routing=true --osrm_file_name="$OSRM" --data_path="$TARGET" --output="$BASE_NAME"
if [ -n "${POLY_DIR-}" ]; then
# remove fake poly
rm "$POLY"