filters property
The collection of scale range display filters.
To enable display filter on a layer, every ScaleRangeDisplayFilter
in
this collection must provide a ScaleRangeDisplayFilter.minScale or
ScaleRangeDisplayFilter.maxScale within the map's current scale.
If more than one ScaleRangeDisplayFilter
is applicable at a given scale,
the first ScaleRangeDisplayFilter
within the current map scale is
applied.
If the features displayed are not expected, check the layer's
LayerViewState for a LayerViewStatus.warning as there might be a
LayerViewState.error indicating there is a scale overlap between
multiple ScaleRangeDisplayFilter
objects.
Implementation
List<ScaleRangeDisplayFilter> get filters => _filters.value;