-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mandate that size of raster tiles matches the tilematrix's tilewidth&tileheight #118
Comments
I think Recommendation 2 that you identified is the main clause making that point.
Note that for Coverage Tiles, the dimensions may be tile
Then the current Recommendation 2 would still handle vector tiles, point clouds, 3D models, etc. as a "recommendation" towards achieving deterministic bandwidth / performance, rather than a hard requirement.
Yes there is, and I think the intent was to write this recommendation in a way that it is independent of the type of data contained within the tile (e.g., images, vector data, coverage tile, 3D models, point cloud). The relationship between the scale denominator and the CRS units/pixel is established with the 0.28mm / pixel convention originating from WMS (which is now with 2DTMS 2.0 no longer necessary to be implied, since all tile matrices definitions are also required to specify a Thanks for this good feedback. |
In this telco, we have adopted the proposed 2 sub-requirements proposed by Jerome. |
I'm writing this during the May 2022 workshop, from the point of view of a client implementer.
All Tile Matrices specify a
tileWidth
andtileHeight
. However, I cannot find any language in the specification that links this with the actual image files being served as tiles.I suggest that the spec includes something like the following wording, under section 7.1.6 (tile response), as a requirement:
«
IF the tile is a raster image (including but not limited to PNG, JPG and TIFF files), the width and height of the image (measured in raster pixels) SHALL be equal to the
{tileWidth}
and{tileHeight}
of the corresponding tile matrix.»
I'm not sure if the Recommendation 2 («The content of that response should be simplified to comply with the scale denominator represented by the TileMatrix identified») is in line with this. Is there a mandated relationship between scale denominators, span of the tiles, and tile sizes?
The text was updated successfully, but these errors were encountered: