geostyler-style
    Preparing search index...

    Interface ScaleDenominator

    The ScaleDenominator defines a range of scales.

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

    Properties

    Properties

    Maximum value of the ScaleDenominator. The value is exclusive.

    Minimum value of the ScaleDenominator. The value is inclusive.