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`. |
| 3 | Specifying 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 | |
| 5 | Tile sizes should not exceed `tileSize`. |