- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Description
I wanted to ask if this extension is intended to add more types of services or should this be done in a separate extension?
If not, please close this issue, if yes, you can continue reading :)
My use case is to query/search/filter through Collections/Items (which a User should do in a custom User Interface), then select one or multiple of the items and dynamically create an application to show the data through the "services" (WMS, WMTS, TMS, XYZ, Vector Tiles, WFS (KML, GeoJSON) ) in a map. Clients could be e.g. OpenLayers, Leaflet, Mapbox or QGIS... (in our case OpenLayers and the STAC API is provided via GeoServers STAC extension).
What I need is some sort of merge/link between searchability of STAC and metadata to create services for the visualisation of the items e.g. like in parts of the OGC OWS Context GeoJSON Encoding Standard.
Unfortunately this standard is not being further developed and the documentation is sometimes not clear either, we tried to create interfaces for missing parts
which were only in their documentation but not completely in the OWS Context JSON schema. We also tried to create a new json-schema for it https://github.com/dlr-eoc/ukis-frontend-libraries/blob/main/projects/services-ogc/src/lib/owc/types/ukis-owc.schema.json with a few custom extensions.
Perhaps it is possible to include some of these ideas in this extension?
Maybe related issues