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
With the config for SAT.xml, legends show up without labels and tick marks.
The unit shows up correctly though.
<?xml version="1.0" encoding="UTF-8" ?>
<Configuration>
<!-- See https://dev.knmi.nl/projects/adagucserver/wiki/Dataset, for details This file can be included by using the adaguc.dataset.cgi?service=wms&DATASET=testdata& key value pair in the URL --><!-- Styles -->
<Legendname="gray"type="colorRange">
<paletteindex="0"red="0"green="0"blue="0"/>
<paletteindex="240"red="255"green="255"blue="255"/>
</Legend>
<Legendname="invgray"type="colorRange">
<paletteindex="0"red="255"green="255"blue="255"/>
<paletteindex="240"red="0"green="0"blue="0"/>
</Legend>
<Stylename="gray">
<Legend>gray</Legend>
<Min>313.15</Min>
<Max>193.15</Max>
<RenderMethod>nearest,bilinear</RenderMethod>
</Style>
<Layertype="database">
<Name>GOES16-C12</Name>
<Title>goes16-c12</Title>
<Variable>CMI</Variable>
<FilePathfilter="^OR_ABI-L2-CMIPF-M6C12_G16.*\.nc$">/data/adaguc-data/SAT</FilePath>
<Dimensionname="t">time</Dimension>
<Styles>gray</Styles>
</Layer>
</Configuration>
The text was updated successfully, but these errors were encountered:
With the config for SAT.xml, legends show up without labels and tick marks.
The unit shows up correctly though.
The text was updated successfully, but these errors were encountered: