tilelive-copy - missing tiles
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 540
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I encountered a problem when generating tiles with the openmaptiles project
I'm using the tilelive-copy with the following flags
--scheme, pyramid
--minzoom, 8
--maxzoom, 14
--bounds=(33.75, 33.137551192346145, 35.15625, 34.307143856288036)
--timeout=1800000
Unfortunately the mbtiles which was created by running this command was containing only 4712 tiles instead of 5461 tiles. do you know what could be the reason for that?
(I've created the data.yml using the openmaptiles-tools)
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
The report names no source file or test. Start by reproducing the tilelive-copy command with the supplied scheme, zoom, bounds, timeout, and data.yml, then compare the 4712 generated MBTiles entries with the expected 5461; done means identifying the cause of the missing 749 tiles and documenting or correcting it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100