commenthol/gdal2tiles-leaflet

Some tiles are missing

Closed this issue · 5 comments

I use a command
$ gdal2tiles-multiprocess.py --leaflet --processes=6 raster -z 0-4 -w none karta.jpg /tiles
and tiles 0-0-0 and 1-1-0 are missing
but
$ gdal2tiles-multiprocess.py --leaflet --processes=2 raster -z 0-4 -w none karta.jpg /tiles
gives me a full set of tiles

$ gdal2tiles-multiprocess.py --leaflet --processes=6 -p raster -z 0-4 -w none karta.jpg /tiles
$ gdal2tiles-multiprocess.py --leaflet --processes=2 -p aster -z 0-4 -w none karta.jpg /tiles

Is there any update on this issue?

When using 2 cores, this bug does not occur

Even with 2 cores, it takes a long time to tile a PNG image that's large in size. (i.e 300Mb and more). Also, it is getting stuck at Generating base tiles.

i had the same issue. the fix was from moving from multi processing to single processing. quite annoying, but still works.