mapbox / tilelive

fast interface to tiles with pluggable backends - NOT ACTIVELY MAINTAINED
BSD 3-Clause "New" or "Revised" License
531 stars 108 forks source link

tilelive-copy - missing tiles #210

Open einavh opened 6 years ago

einavh commented 6 years ago

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)

georgbachmann commented 5 years ago

Hello, did you ever find the problem to your problem? I am currently having the same issue... My data looks fine when inspecting in mapbox-studio classic, but when exporting, some tiles are missing...

jachym commented 5 years ago

We are facing similar problem.