deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Support configuring additional links for collections #93

Closed stempler closed 1 year ago

stempler commented 1 year ago

Extends the configuration schema to allow configuring additional links to add to (a) a specific collection or (b) to the collections endpoint.

Intent is to be able to fulfill the requirements by the Good Practice: INSPIRE download services based on OGC API - Features.

Example for an additional link that should be configured for a specific collection: Link to feature concept (see /req/pre-defined/feature-concept-dictionary)

Example for an additional link that should be configured the collections endpoint: Link to license (see /req/pre-defined/licence)

Example configuration with additional links: https://github.com/wetransform-os/deegree-ogcapi-example/blob/f97fd23307c173ecd8e26876f6a8c8caf6d17eb0/workspaces/example/ogcapi/simplified-addresses.xml#L14

Example with links (based on above config): https://test.haleconnect.de/ogcapi/datasets/simplified-addresses/collections?f=json

Solves #75