Properties describing how to set the visible scale range for displaying the renderer in a feature reduction visualization.
Referenced by: Feature Reduction Binning, Feature Reduction Cluster
Properties
Property | Details |
---|---|
maxScale | Integer describing the maximum scale at which the feature reduction renderer is displayed. |
type | Describes the threshold type for determining the visibility of the feature reduction renderer Valid value of this property scale |
Toggles from displaying a binning renderer to a layer's renderer when the user zooms beyond a 1:24,000 map scale Example
{
"maxScale": 24000,
"type": "scale"
}