Closed iamtekson closed 2 years ago
The generate_raster_tiles method has issue with zero value of stride_x, stride_y
generate_raster_tiles
stride_x and stride_y value should be equal to tile_x and tile_y, if you don't want the overlapping.
stride_x
stride_y
tile_x
tile_y
The
generate_raster_tiles
method has issue with zero value of stride_x, stride_y