forked from organicmaps/organicmaps
Use new key make_routing, do not generate cross-mwm routing
This commit is contained in:
parent
c5a45d38c2
commit
65e9524a6f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue