Update carto style to 5.3.1 and shapefile script
This commit is contained in:
parent
75e7714f20
commit
641a7e7005
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user