Update carto style to 5.3.1 and shapefile script

This commit is contained in:
Michal Tajchert 2021-04-05 17:36:22 +02:00 committed by GitHub
parent 75e7714f20
commit 641a7e7005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,12 +122,12 @@ RUN mkdir -p /home/renderer/src \
# Configure stylesheet
RUN mkdir -p /home/renderer/src \
&& cd /home/renderer/src \
&& git clone --single-branch --branch v5.2.0 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
&& git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
&& cd openstreetmap-carto \
&& rm -rf .git \
&& npm install -g carto@0.18.2 \
&& carto project.mml > mapnik.xml \
&& scripts/get-shapefiles.py \
&& scripts/get-external-data.py \
&& rm /home/renderer/src/openstreetmap-carto/data/*.zip
# Configure renderd