Created
July 22, 2026 20:31
-
-
Save carloscm/796243929a33b423003adeeee587801b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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