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

Include tileMatrixSetURI as a field in the /tileMatrixSets resource #50

Closed ghobona closed 2 years ago

ghobona commented 3 years ago

Day 3 of 2021-05 Sprint

The /tileMatrixSets resource should provide information about the identity and the tileMatrixSetURI of the TMS.

The id does not need to match the tileMatrixSetURI.

If the TMS is registered in the Definitions Server, the tileMatrixSetURI should reference the TMS.

jerstlouis commented 3 years ago

In this case (since we are inside the TileMatrixSet object) this should probably be called uri, and id could be made optional.

joanma747 commented 3 years ago

Added uri to the TMS data model and in the TMS standard (last one TBD today)

joanma747 commented 2 years ago

Done in UML and tables. Pending in json and xml schemas. Pending: ensure that we are not limiting TileMAtrixSetURI to the OGC NA and allow other registries.

joanma747 commented 2 years ago

Json and xml schemas are consisted with uml. Exclusive dependency of TileMAtrixSetURI on the OGC NA removed from UML and json and xml removed.