We have rendered the world (partially successfully), yet we seem to sometimes missing tiles (from zoom 13 upwards)
Besides the seed all config, is there another config zoom limitation that could stop the processing (or enqueuing) of tiles? Using tileserver to server directly from the DB I see that the tiles do exist in the DB, so either they weren't enqueued (but since the high zoom levels are processed from the rawr tiles it's harder to debug) or something else happened.
- Is there a config to limit zoom level processing?
- What is the recommended flow to debug the processing of high zoom tiles?
We have rendered the world (partially successfully), yet we seem to sometimes missing tiles (from zoom 13 upwards)
Besides the seed
allconfig, is there another config zoom limitation that could stop the processing (or enqueuing) of tiles? Using tileserver to server directly from the DB I see that the tiles do exist in the DB, so either they weren't enqueued (but since the high zoom levels are processed from the rawr tiles it's harder to debug) or something else happened.