We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TileMatrixSets URIs include the full /tilematrixset/, e.g. http://www.opengis.net/def/tilematrixset/OGC/1.0/GNOSISGlobalGrid
/tilematrixset/
The register however is at: http://www.opengis.net/def/tms
I was always puzzled why /tms/ was not used for the TileMatrixSets URIs, or why the two are not consistent like the other definitions?
/tms/
This is posing a problem in terms of using CURIEs per the policy.
Does this mean that we need to use [ogc-tilematrixset:GNOSISGlobalGrid] rather than the much shorter/nicer [ogc-tms:GNOSISGlobalGrid]?
[ogc-tilematrixset:GNOSISGlobalGrid]
[ogc-tms:GNOSISGlobalGrid]
@ghobona @joanma747 @cportele @rob-metalinkage
The text was updated successfully, but these errors were encountered:
Yes
Sorry, something went wrong.
Looking at both the 2D TMS v2.0 and OGC API - Tiles - Part 1:Core standards, the only mentions of http://www.opengis.net/def/tms are in descriptive and informative text, rather than in normative text. So I think we could register an alias http://www.opengis.net/def/tilematrixset as being the same as http://www.opengis.net/def/tms, and then in future versions of the standards we would use http://www.opengis.net/def/tilematrixset.
@ghobona correct because 2DTMS considers "registered" 2DTMS to be from ANY authoritative registry, not necessarily one hosted by the OGC.
No branches or pull requests
TileMatrixSets URIs include the full
/tilematrixset/
, e.g. http://www.opengis.net/def/tilematrixset/OGC/1.0/GNOSISGlobalGridThe register however is at: http://www.opengis.net/def/tms
I was always puzzled why
/tms/
was not used for the TileMatrixSets URIs, or why the two are not consistent like the other definitions?This is posing a problem in terms of using CURIEs per the policy.
Does this mean that we need to use
[ogc-tilematrixset:GNOSISGlobalGrid]
rather than the much shorter/nicer[ogc-tms:GNOSISGlobalGrid]
?@ghobona @joanma747 @cportele @rob-metalinkage
The text was updated successfully, but these errors were encountered: