correct generate_tiles command: adding compilation of style

This commit is contained in:
nobohan 2023-06-29 08:59:37 +02:00
parent b994c64d6b
commit a62a10552b
1 changed files with 4 additions and 0 deletions

4
run.sh
View File

@ -224,12 +224,16 @@ fi
if [ "$1" == "generate_tiles" ]; then
compileStyle
service postgresql start
service apache2 restart
sudo -u renderer renderd -c /etc/renderd.conf
cat /data/tiles/cyclosm/tiles.list | render_list --map cyclosm
bash
fi
echo "invalid command"