WMS Overlay
Revision as of 13:15, 19 January 2022 by Rudolf@tygron.nl (talk | contribs)
The WMS Overlay is a Grid overlay which can display an image result of a Web Map Service query of the project area. The advantage of the WMS Overlay being a Grid Overlay is that it can be used as input for other Overlays, such as the Combo Overlay, to apply filtering based on color values. To make the color filtering easier, the WMS Overlay has optional result types that only store one specific color channel.
Additional information displayed in hover panel
When clicking on a specific location in the map of the WMS Overlay, the hover panel gives additional information on the color (channel) value in that specific grid cell, depending on the result type.
Result Types
The WMS Overlay allows the RGBA color channels of the image data to be accessed as separate grids of data.
Name | Data | Value range |
---|---|---|
Red | Value of the red color channel | 0-255 (0 is no red, 255 is maximum red) |
Green | Value of the green color channel | 0-255 (0 is no green, 255 is maximum green) |
Blue | Value of the blue color channel | 0-255 (0 is no blue, 255 is maximum blue) |
Alpha | Value of the opacity channel | 0-255 (0 is transparent, 255 is fully opaque) |
Color | Composite value of all RGBA channels | n/a |
Notes
- When set to use the Color result type, the Overlay's colors are not dictated by the Grid Overlay Legend. Instead, the actual color values are used.
How-to's