add symbols for osmbe style
This commit is contained in:
parent
b714947ce1
commit
fbb68e8c4f
4
run.sh
4
run.sh
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user