Created
June 3, 2025 23:14
-
-
Save aaronblondeau/0327534340e2a04c1acb4a53df00faa6 to your computer and use it in GitHub Desktop.
Example Tilemaker config file.
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
{ | |
"layers": { | |
"place": { "minzoom": 0, "maxzoom": 14 }, | |
"poi": { "minzoom": 12, "maxzoom": 14 }, | |
"trail": { "minzoom": 6, "maxzoom": 14, "simplify_below": 13, "simplify_level": 0.0003, "simplify_ratio": 2.0 }, | |
"transportation": { "minzoom": 4, "maxzoom": 14, "simplify_below": 13, "simplify_level": 0.0003, "simplify_ratio": 2.0 }, | |
"water": { "minzoom": 6, "maxzoom": 14, "simplify_below": 12, "simplify_level": 0.0003, "simplify_ratio": 2.0 }, | |
"waterway": { "minzoom": 6, "maxzoom": 14, "simplify_below": 12, "simplify_level": 0.0003, "simplify_ratio": 2.0 }, | |
"park": { "minzoom": 9, "maxzoom": 14 } | |
}, | |
"settings": { | |
"minzoom": 4, | |
"maxzoom": 14, | |
"basezoom": 14, | |
"include_ids": false, | |
"name": "Custom Map Example", | |
"version": "0.1", | |
"description": "A map demonstrating pmtiles.", | |
"compress": "gzip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment