A dynamic group layer that is used in Catalog Layer that allows

Referenced by: Catalog Layer (CatalogLayer)

Properties

PropertyDetails
effectEffect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work.
idA unique identifying string for the layer.
maximumVisibleSublayersGets or sets upper bound for number of layers in view for the dynamic group layer.
maxScaleA number representing the maximum scale at which the layer will be visible. The number is the scale’s denominator.
minScaleA number representing the minimum scale at which the layer will be visible. The number is the scale’s denominator.
opacityThe degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
showLegendBoolean value indicating whether to display the legends for sub layers that are dynamically loaded. Default value is true.
titleA user-friendly string title for the layer that can be used in a table of contents.
visibilityBoolean 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
}