opengeospatial / ets-wmts10

WMTS Test suite
Other
1 stars 3 forks source link

Exponential notation sometimes used for row/col in GetTile requests #85

Closed cmorriscmps closed 5 months ago

cmorriscmps commented 5 months ago

For layers that support large tile matrices with MatrixWidth >= 1000000 and/or MatrixHeight >= 1000000, Test wmts:Server.KVP.GET.GetTile.Mandatory may construct GetTile requests using exponential notation for row or col values. While exponential notation is acceptable in the context of floating point numbers, it is not a valid encoding for integers (per sec 3.3.13 of XML Schema part 2: Datatypes, https://www.w3.org/TR/xmlschema-2/#integer).

image

dstenger commented 5 months ago

Thank you for providing the pull request.