Unidata / thredds

THREDDS Data Server v4.6
https://www.unidata.ucar.edu/software/tds/v4.6/index.html
265 stars 179 forks source link

Fix dataset layer title on TDS5/ncWMS2 getCapabilities #608

Closed rsignell-usgs closed 7 years ago

rsignell-usgs commented 8 years ago

@lesserwhirls , the overall layer title on TDS5/ncWMS2 getCapabilities is coming back as "Dataset title" instead of the the dataset name (like "WW3-Global.ncx3", as it did in TDS4/ncWMS):

Example:

TDS5/ncWMS2: http://thredds-jumbo.unidata.ucar.edu/thredds/wms/grib/NCEP/WW3/Global/Best?service=WMS&version=1.3.0&request=GetCapabilities

<Layer>
<Title>Dataset title</Title>

TDS4/ncWMS: http://thredds.ucar.edu/thredds/wms/grib/NCEP/WW3/Global/Best?service=WMS&version=1.3.0&request=GetCapabilities

<Layer>
<Title>WW3-Global.ncx3</Title>
lesserwhirls commented 8 years ago

Thanks for the heads-up @rsignell-usgs.