You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layer definition elements (title, abstract) are not properly rendered in WMS GetCapabilities response.
Following layer definition
layers = {
hrdtm = {
type = "simplesourceconf"
name = "hrdtm"
title = "High Resolution Digital Terain Model (HRDTM)"
abstract = "High Resolution Digital Terain Model generated from LiDAR"
source = {
...
Layer definition elements (title, abstract) are not properly rendered in WMS GetCapabilities response.
Following layer definition
will produce the following output.
Faulty code seems to be:
geotrellis-server/ogc/src/main/scala/geotrellis/server/ogc/wms/CapabilitiesView.scala
Lines 105 to 107 in 564ba5e
The text was updated successfully, but these errors were encountered: