Empty tile if area contains too much data
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 3.1k
- Forks
- 430
- PR merge metrics
- No merged PRs in 30d
Description
I have a project where I want to keep streets and buildings visible at low zoom levels. Therefore I disabled the limits with -pf and -pk;
`tippecanoe -o out.mbtiles -Z9 -z9 -f -F -pf -pk in.geojson`
Unfortunately, in case a tile contains a huge amount of data, tippecanoe does not convert this data and the correlated tile in the output file will be left blank.
For instance this tile containing the city center of Tokyo:

Did anyone encounter the same?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported empty tile with the provided tippecanoe command and the large Tokyo city-center dataset. Trace why a tile containing a huge amount of data is left blank despite -pf and -pk, and verify that the corresponding output tile contains the expected streets and buildings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100