klokantech / roman-empire

Map of the Roman Empire made with vector tiles
https://klokantech.github.io/roman-empire/#4.01/41.957/19.646/0/8
79 stars 26 forks source link

Zoom levels in generate-tiles.sh #18

Closed johaahlf closed 6 years ago

johaahlf commented 6 years ago

The zoom levels need to be changed in the script generate-tiles.sh to correspond to the raster map at dare.ht.lu.se. In general they need to be one less. Can I do that myself? What does the -B parameter stands for? -Z seems to be min-zoom and -z max-zoom. @klokan

klokan commented 6 years ago

Please - do the modification yourself @johaahlf

The tippecanoe is documented at: https://github.com/mapbox/tippecanoe#dropping-a-fixed-fraction-of-features-by-zoom-level

johaahlf commented 6 years ago

Thanks, that explains things :)