add external-data yml for osmbe

This commit is contained in:
nobohan 2024-02-25 18:48:43 +01:00
parent 9d1b824e0f
commit b7623037c4
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -21,6 +21,7 @@ function compileStyle() {
mv /data/style/openstreetmap-carto-be/symbols/* /data/style/symbols/
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
}