Interface ScaleDenominator

The ScaleDenominator defines a range of scales.

interface ScaleDenominator {
    max?: number | GeoStylerNumberFunction;
    min?: number | GeoStylerNumberFunction;
}

Properties

Properties

Maximum value of the ScaleDenominator. The value is exclusive.

Minimum value of the ScaleDenominator. The value is inclusive.