Catalog Dynamic Group Layer (CatalogDynamicGroupLayer)
A dynamic group layer that is used in Catalog Layer that allows
Referenced by: Catalog Layer (CatalogLayer)
Properties
Property | Details |
---|---|
blendMode | Blend modes are used to create various effects by blending colors of top and background layers. normal blend mode is the default.Valid values: average , color , color-burn , color-dodge , darken , destination-atop , destination-in , destination-out , destination-over , difference , exclusion , hard-light , hue , invert , lighten , lighter , luminosity , minus , multiply , normal , overlay , plus , reflect , saturation , screen , soft-light , source-atop , source-in , source-out , vivid-light , xor |
id | A unique identifying string for the layer. |
maximumVisibleSublayers | Gets or sets upper bound for number of layers in view for the dynamic group layer. |
maxScale | A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator. |
minScale | A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator. |
opacity | The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency. |
title | A user-friendly string title for the layer that can be used in a table of contents. |
visibility | Boolean property determining whether the layer is initially visible in the web map. |
Example
Catalog Dynamic Group Layer
{
"id": "catalog_dynamic_group_layer",
"visibility": true,
"title": "Layers In View",
"minScale": 0,
"maxScale": 18055.954822,
"maximumVisibleSublayers": 10
}