update README and run.sh

This commit is contained in:
nobohan
2024-03-18 16:01:44 +01:00
parent 8c83b3adb7
commit 0524d471f4
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ function compileStyle() {
mkdir /data/style/scripts/
mv /data/style/openstreetmap-carto-be/scripts/* /data/style/scripts/
mv /data/style/openstreetmap-carto-be/external-data.yml /data/style/external-data.yml
carto openstreetmap-carto-be/project-fr.mml > mapnik.xml
carto openstreetmap-carto-be/project.mml > mapnik.xml
}
@@ -213,7 +213,7 @@ if [ "$1" == "generate_tiles" ]; then
sudo -u renderer renderd -c /etc/renderd.conf
cat /data/tiles/osmbe/tiles.list | render_list --map osmbe
cat /data/tiles/osmbe/tiles.list | render_list --map osmbe -n 1
bash
fi