opengeospatial / 2D-Tile-Matrix-Set

OGC 2D Tile Matrix Set & TileSet Metadata standard
https://www.ogc.org/standards/tms
Apache License 2.0
8 stars 10 forks source link

TileSet metadata: Minimum bounding rectangle surrounding the **tile set**, not Tile Matrix Set #87

Open jerstlouis opened 1 year ago

jerstlouis commented 1 year ago

Here:

https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/7cee2f8cd03b07bf457683321747be41d10abe66/schemas/tms/2.0/json/tileSet.json#L76

This should probably say:

"Minimum bounding rectangle surrounding the tile set,

rather than the tile matrix set, since this is the Tile Set schema. i.e., it should be consistent with the tileMatrixSetLimits.

@joanma747 right?