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 5b27629 commit 7d1ed5aCopy full SHA for 7d1ed5a
renderer/render_once.sh
@@ -22,8 +22,8 @@ pyosmium-up-to-date -vvvv --size 10000 "$WORKING_DIR/data/sources/planet.osm.pbf
22
# Remove excess docker files from past runs
23
docker system prune --force
24
25
-# Pull planetiler docker container. Temporarily pin to v0.9.2 to avoid bug
26
-PLANETILER_IMAGE=ghcr.io/onthegomap/planetiler:0.9.2
+# Pull planetiler docker container
+PLANETILER_IMAGE=ghcr.io/onthegomap/planetiler:0.10.0
27
docker pull $PLANETILER_IMAGE
28
29
docker run -e JAVA_TOOL_OPTIONS='-Xmx2g' \
0 commit comments