Skip to content
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

tileset versus multitiles #45

Open
pomakis opened this issue Jul 27, 2020 · 0 comments
Open

tileset versus multitiles #45

pomakis opened this issue Jul 27, 2020 · 0 comments

Comments

@pomakis
Copy link
Contributor

pomakis commented Jul 27, 2020

We've been discussing having a tileset as an addressable resource (rel=ogc:tiles:tileset), with the following URL pattern:

  collections/{collectionId}[/map/{styleId}]/tiles/{tileMatrixSetId}

However the current draft of the "OGC API Maps Tiles" specification, section 11, has this endpoint being a "multiple tiles from one collection" endpoint (rel=multitiles).

https://htmlpreview.github.io/?https://github.com/opengeospatial/OGC-API-Maps/blob/master/19-zzz.html#_requirement_class_tiles_multitiles

While it may be possible to overload this endpoint to do both, it's probably not a good idea. We should probably move multitiles to its own endpoint, perhaps:

  collections/{collectionId}[/map/{styleId}\/tiles/{tileMatrixSetId}/multitiles

(although there's probably a better term than "multitiles"...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants