Varying tile sizes: we definitely don't support that, and I don't think
any of the OGC tiling specifications do. I guess that could be
implemented (what can't?) but the WMS driver definitely doesn't
currently. The code you spotted is for tiles at the right and bottom
edges of the virtual rast
Hi,
Varying tile sizes: we definitely don't support that, and I don't think
any of the OGC tiling specifications do. I guess that could be
implemented (what can't?) but the WMS driver definitely doesn't
currently. The code you spotted is for tiles at the right and bottom
edges of the virtual
We have a custom tiling scheme (tilematrixset) for satellite imagery that
varies tile widths as they move closer/farther from the equator. We do this for
speed/efficiency reasons and the amount of error introduced is minimal over
short distances and doesn't impat running CV algorithms. However,