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
Copy file name to clipboardExpand all lines: docs/access-advanced-topics.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ The GIBS Colormap specification guides the creation of GIBS Colormap XML documen
120
120
!!! Note
121
121
The terms "Colormap entry" and "Legend entry" are used to identify individual entries within the data-to-rgb value mapping and legend XML elements, respectively.
122
122
123
-
**Data To RGB Value Mapping**
123
+
**Data To RGB Value Mapping**
124
124
125
125
***Ref** - The unique reference id used when associating Colormap entries to Legend entries.
126
126
***RGB** - The visual color associated with the data value(s).
@@ -129,7 +129,7 @@ The GIBS Colormap specification guides the creation of GIBS Colormap XML documen
129
129
***Scaled Value(s)** - The scaled data values to which units will be applied, if appropriate, for display to end users. If this is a classification, then the appropriate label is provided for reference.
130
130
***No Data** - A boolean value designating whether the Colormap entry is the "no data" value or not.
131
131
132
-
**Legend Representation**
132
+
**Legend Representation**
133
133
134
134
***ID(s)** - The `ref` values (see above) to which the Legend entry is associated.
135
135
***RGB** - The visual color associated with the Legend entry.
@@ -143,17 +143,17 @@ A raster visualization's GIBS Colormap XML document is associated to a GIBS visu
These pre-generated legends are referenced in the WMTS and WMS Capabilities documents as is described below.
170
170
171
-
**WMTS Capabilities**
171
+
**WMTS Capabilities**
172
172
173
173
Pre-generated legends are referenced in the WMTS Capabilities document within the `Style/LegendURL` elements. The following snippet shows an example of how these elements will appear. Note that only the SVG-formatted legends are referenced.
174
174
@@ -178,16 +178,16 @@ Pre-generated legends are referenced in the WMTS Capabilities document within th
xlink:title="GIBS Color Map Legend: Horizontal"width="377"height="85"/>
187
187
</Style>
188
188
```
189
189
190
-
**WMS Capabilities**
190
+
**WMS Capabilities**
191
191
192
192
Pre-generated legends are referenced in the WMS Capabilities document within the `Style/LegendURL` element. The following snippet shows an example of how this element will appear. Note that only the PNG-formatted legend is referenced.
193
193
@@ -198,7 +198,7 @@ Pre-generated legends are referenced in the WMS Capabilities document within the
0 commit comments