We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ac765 commit 0a4d079Copy full SHA for 0a4d079
Dockerfile
@@ -131,6 +131,7 @@ RUN mkdir -p /home/renderer/src \
131
&& git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
132
&& cd openstreetmap-carto \
133
&& rm -rf .git \
134
+ && sed -ie 's#https:\/\/naciscdn.org\/naturalearth\/110m\/cultural\/ne_110m_admin_0_boundary_lines_land.zip#https:\/\/naturalearth.s3.amazonaws.com\/110m_cultural\/ne_110m_admin_0_boundary_lines_land.zip#g' external-data.yml \
135
&& npm install -g [email protected] \
136
&& carto project.mml > mapnik.xml
137
0 commit comments