From b7623037c413cbc548ba2157a355535206c13cd0 Mon Sep 17 00:00:00 2001 From: nobohan Date: Sun, 25 Feb 2024 18:48:43 +0100 Subject: [PATCH] add external-data yml for osmbe --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index b6022a9..0f7eb3f 100755 --- a/run.sh +++ b/run.sh @@ -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 }