Skip to content
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

Missing <ows:Title> and <ows:Abstract> elements in WCS GetCapabilities response #114

Closed
jfbourgon opened this issue May 24, 2019 · 0 comments · Fixed by #191
Closed

Missing <ows:Title> and <ows:Abstract> elements in WCS GetCapabilities response #114

jfbourgon opened this issue May 24, 2019 · 0 comments · Fixed by #191
Assignees

Comments

@jfbourgon
Copy link

Those layer descriptors are optional but are already defined in layers description inside the service configuration and would help the layer discovery in GIS tools such as QGIS.

layers = {
   hrdtm = {
        type = "simplesourceconf"
        name = "hrdtm"
        title = "High Resolution Digital Terain Model (HRDTM)"
        abstract = "High Resolution Digital Terain Model generated from LiDAR"
        source = {
            ...

With ows:Title and ows:Abstract missing, layers appear as unamed in QGIS menu
capture

@pomadchin pomadchin self-assigned this Jan 28, 2020
@pomadchin pomadchin added the WCS label Feb 5, 2020
@pomadchin pomadchin mentioned this issue Feb 5, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants