Update run.sh - correction
This commit is contained in:
@@ -25,10 +25,8 @@ function compileStyle() {
|
||||
mv /data/style/openstreetmap-carto-be/external-data.yml /data/style/external-data.yml
|
||||
if [ -z "$lang" ]; then
|
||||
carto openstreetmap-carto-be/project.mml > mapnik.xml
|
||||
return 1
|
||||
else
|
||||
carto "openstreetmap-carto-be/project-${lang}.mml" > mapnik-${lang}.xml
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user