- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Description
The render extension has been proposed and we should either merge them or be clear about the purposes of each.
Both the render and web-map-links address the need to support visualizing raster data. web-map-links addresses this by defining link types for different visualization (or tiling) APIs. web-map-links supports parameters used to render raster data into image tiles via parameters included in href strings (I assume, I haven't seen an example that does this yet). The render extension, since it is mostly referring to dynamic tiling, overlaps with the xyz, wmts and proposed OGC-Tiles but explicitly includes those render parameters as part of its schema, which is separate from links.
I wonder if these 2 specs could be merged. From what I can tell web-map-links focuses on what API servers are available to render the data and render focuses on what parameters to pass to those servers. Would it make sense to merge these two specs?
A few options:
- Add a titilerlink type which includes those titiler parameters
- Since titiler implements xyz, wmts and ogc tiles, than render parameters should be part of the spec for all of those link types
- We keep the render extension separate, but presumably if some collection/item includes a link to a titiler instance in links, it would also include the render extension. And perhaps the render extension could grow in scope to consider the use cases of parameters which needs to be handled by the other tiling services.