Skip to content

Instantly share code, notes, and snippets.

@carloscm
Created July 22, 2026 20:31
Show Gist options
  • Select an option

  • Save carloscm/796243929a33b423003adeeee587801b to your computer and use it in GitHub Desktop.

Select an option

Save carloscm/796243929a33b423003adeeee587801b to your computer and use it in GitHub Desktop.
java -Xmx170g \
-XX:MaxHeapFreeRatio=40 \
-jar planetiler.jar \
--tile-format=mlt \
--area=planet --bounds=planet --download \
--download-threads=10 --download-chunk-size-mb=1000 \
--output=out.pmtiles \
--nodemap-type=array --storage=ram \
--exclude-layers=transportation_name,housenumber \
--exclude-ids --mlt-reorder-features \
--mlt-fastpfor --mlt-fsst \
--min-feature-size=4 \
--simplify-tolerance=0.4 \
--languages=en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment