Changes between Initial Version and Version 1 of Ticket #1253


Ignore:
Timestamp:
Feb 12, 2016, 5:57:35 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1253 – Description

    initial v1  
    11Specifying a simple tiling scheme of `[0:*,0:*,..]` and then limiting it to a `tileSize` works as expected: tile dimensions are computed properly and the tile sizes do not exceed `tileSize`.
    22
    3 Specifygin a tiling scheme of `[0:large_number,0:large_number,...]` and then limiting it to a small `tileSize` doesn't seem to work: the resulting tiles actually get sizes corresponding to the tiling scheme, rather than the `tileSize`.
     3Specifying a tiling scheme of `[0:large_number,0:large_number,...]` and then limiting it to a small `tileSize` doesn't seem to work: the resulting tiles actually get sizes corresponding to the tiling scheme, rather than the `tileSize`.
     4
     5Tile sizes should not exceed `tileSize`.