-
Notifications
You must be signed in to change notification settings - Fork 179
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
Templated Links #1239
Comments
Discussion happening at opengeospatial/ogcapi-common#187 |
We prefer the linkTemplates approach as proposed in opengeospatial/ogcapi-records#290 although we are slightly concerned about the camel case. |
The issue will be discussed in the OGC Architecture DWG next week.
Posted by @ghobona at opengeospatial/ogcapi-common#187 (comment) |
It looks like OGC will switch to using a property called "linkTemplates" based on https://ietf-wg-httpapi.github.io/link-template/draft-ietf-httpapi-link-template.html . I think this is the best solution we could get from this "conflicting" situation. I'd propose to make this an extension and not adopt it in core. The only STAC-related thing that really needs a change would be Web-Map-Links extension, as far as I know. |
So since this is to be an extension I think we can drop the 1.1 milestone here |
Templated links have been defined in OGC API - Records (see e.g. opengeospatial/ogcapi-records#234 ).
What should we do in STAC about it? The web-map-links extension already provides templated links and we should probably add a framework in stac that extensions can use for templated links.
Related: stac-extensions/web-map-links#15
The text was updated successfully, but these errors were encountered: