forked from organicmaps/organicmaps
[linux][generator] Added osrm generation phase to the planet processing toolchain
This commit is contained in:
parent
71f0f5f4e2
commit
64cbd0223f
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ if [[ $1 == "--full" ]]; then
|
|||
date -u
|
||||
echo "Will try fresh coasts again in 40 minutes..."
|
||||
sleep 2400
|
||||
else
|
||||
# Here we launch parallel routing data preprocessing as we got a 'good' planet
|
||||
( bash split_planet_by_polygons.sh &> split_planet.log ; bash osrm_generator.sh &> osrm_generator.log ) &
|
||||
fi
|
||||
set -e
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue