forked from organicmaps/organicmaps
[generator] Update restrictions for routing in generate_mwm
This commit is contained in:
parent
f56095cfaf
commit
aa38c34e95
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ elif [ "$MODE" == "routing" ]; then
|
|||
fi
|
||||
"$OSRM_BUILD_PATH/osrm-extract" --config "$EXTRACT_CFG" --profile "$PROFILE" "$PBF" || fail
|
||||
rm "$PBF"
|
||||
"$OSRM_BUILD_PATH/osrm-prepare" --config "$PREPARE_CFG" --profile "$PROFILE" "$OSRM" || fail
|
||||
"$OSRM_BUILD_PATH/osrm-prepare" --config "$PREPARE_CFG" --profile "$PROFILE" "$OSRM" -r "$OSRM.restrictions" || fail
|
||||
"$OSRM_BUILD_PATH/osrm-mapsme" -i "$OSRM" || fail
|
||||
if [ -n "${BORDERS_PATH-}" -a ! -d "$TARGET/borders" ]; then
|
||||
[ ! -e "$BORDERS_PATH/$BASE_NAME.poly" ] && fail "You should have a polygon for processed file: $BORDERS_PATH/$BASE_NAME.poly"
|
||||
|
|
Loading…
Add table
Reference in a new issue