add symbols for osmbe style

This commit is contained in:
nobohan 2024-02-25 18:01:17 +01:00
parent b714947ce1
commit fbb68e8c4f

4
run.sh
View File

@ -16,6 +16,10 @@ function compileStyle() {
cd /data/style/
git clone --single-branch --branch update-2024 https://github.com/nobohan/openstreetmap-carto-be --depth 1
# TODO check if changes are needed as in cyclosm and oam
mkdir /data/style/patterns/
mv /data/style/openstreetmap-carto-be/patterns/* /data/style/patterns/
mkdir /data/style/symbols/
mv /data/style/openstreetmap-carto-be/symbols/* /data/style/symbols/
carto openstreetmap-carto-be/project-fr.mml > mapnik.xml
}