Skip to content

Commit 7d1ed5a

Browse files
authored
Planetiler v0.10.0 (#157)
1 parent 5b27629 commit 7d1ed5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renderer/render_once.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ pyosmium-up-to-date -vvvv --size 10000 "$WORKING_DIR/data/sources/planet.osm.pbf
2222
# Remove excess docker files from past runs
2323
docker system prune --force
2424

25-
# Pull planetiler docker container. Temporarily pin to v0.9.2 to avoid bug
26-
PLANETILER_IMAGE=ghcr.io/onthegomap/planetiler:0.9.2
25+
# Pull planetiler docker container
26+
PLANETILER_IMAGE=ghcr.io/onthegomap/planetiler:0.10.0
2727
docker pull $PLANETILER_IMAGE
2828

2929
docker run -e JAVA_TOOL_OPTIONS='-Xmx2g' \

0 commit comments

Comments
 (0)