tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

could not make tile 10/832/395 small enough

Open liyihongcug opened this issue 5 years ago • 2 comments

Centos7 tippecanoe (the most version) MY command is:tippecanoe -e innerlinepbf -pC -Z5 -z19 -f in.geojson I can't handle with one big geojson file whose size is 114M

tile 10/832/395 size is 511191 with detail 7, >500000 could not make tile 10/832/395 small enough *** NOTE TILES ONLY COMPLETE THROUGH ZOOM 9 **

why? how to solve it.

liyihongcug avatar Jul 04 '20 01:07 liyihongcug

delete '-B' option

ywgiWang avatar Nov 13 '20 07:11 ywgiWang

For one thing, -pC/--no-tile-compression is preventing your output tiles from being compressed, so they will come out much larger than the usual compressed tiles.

But the real answer is that there are probably just a lot of features or a lot of attributes in that tile. Either use --no-tile-size-limit to turn off the size limit or use, for instance --drop-densest-as-needed to drop some of the features.

e-n-f avatar Feb 03 '21 06:02 e-n-f