Jeshua Lacock

Results 115 comments of Jeshua Lacock

So setting querysize to actual tile_size definitely breaks the overview tiles. I tried using 4x for the overview tiles, but something is still not right. I don't understand why.

Setting querysize to actual tile_size may actually be fine. I was thrown off because using lanczos resampling with my tiles seems to be broken with gdal2tiles 3.9.1 but was working...

Here is a side-by-side comparison using the default scaling (average). The tile on the left uses 4x querysize and the one on the right uses 1x querysize. This is at...

Seems like if that was the case, then querysize+=2 would work. 4X is insanely more than would be needed for seams. That said, I generated over 1 million tiles with...

On line 2270 of gdal2tiles.py, I just changed: https://github.com/OSGeo/gdal/blob/75671414fe831008d172808e3e670a0671e6675c/swig/python/gdal-utils/osgeo_utils/gdal2tiles.py#L2270 to: `self.querysize = self.tile_size`