-
Notifications
You must be signed in to change notification settings - Fork 20
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
Link relation type for an individual tileset #148
Comments
That is correct.
No, it is not.
We could debate what the correct link relation to an individual tileset should be (e.g., There is currently no planned upcoming revision to OGC API - Tiles. In addition to already having standardized link relations, there are other advantages to link to a OGC API collection (http://www.opengis.net/def/rel/ogc/1.0/geodata) or to the list of tilesets (http://www.opengis.net/def/rel/ogc/1.0/tilesets-*) instead if they can be made available as well, such as the ability to support multiple 2D TileMatrixSets, or retrieving the data using other access mechanisms such as OGC API - Maps for example. |
I have the same use case (for https://github.com/stac-extensions/web-map-links) and it would be great if OGC could recommend a relation type for linking to individual tilesets. Doesn't necessarily need to be in the spec, maybe just in a best practice document or so? |
@m-mohr Perhaps we could make an exception and register a link relation type with the definition server before a new standard or update is released, and include it in any future revision / corrigendum? @ghobona I think my own preference would be a singular version of the existing tilesets list link relations:
These are not needed in the Standard because the @joanma747 thoughts? @m-mohr Note that I'd still recommend linking to an OGC API collection with http://www.opengis.net/def/rel/ogc/1.0/geodata instead if you have those extra metadata end-points defined, which offers a client the ability to choose between different available Tile Matrix Sets (e.g., GDAL already supports it as an input for the OGC API driver) and improves interoperability. |
Thanks @jerstlouis I'd need to know upfront whether the API collection is a API Tiles collection or any other OGC collection. As such using |
@m-mohr That's not possible. A client would need to fetch the collection and check whether the links contain A collection can support multiple access mechanisms, so I don't think there is any plan to define multiple link relation types for it. If you really want to only links to datasets that only contain tiles, I would suggest using the |
As far as I can tell, the spec doesn't recommend a
rel
for a link that points to an individual tileset. There arerel
values for tileset lists. And within a tileset list, items have a link with arel
value ofself
to point to the individual tileset.I think people are using
tiles
as a link relation when pointing to an individual tileset from another resource. Is this already mentioned in the spec? If not, should it be?My use case is a STAC API / OGC API – Features service where each item represents an image that has a single associated tileset. I am providing a link from the item to the tileset, and am wanting to use a
rel
value that might be understood by others.The text was updated successfully, but these errors were encountered: