deegree / deegree-ogcapi

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

Support optional API version segment in path #91

Open stempler opened 1 year ago

stempler commented 1 year ago

The system property deegree.oaf.openapi.version_path_segment can be used to enable the behavior that:

The version segment was added at this place in the path, because for each dataset a separate API with its own API definition is provided by deegree OAF.

Solves #73