Interface JLayerThematicConditionScaledStyle

interface JLayerThematicConditionScaledStyle {
    maxZoom: number;
    minZoom: number;
    styleId: string;
}

Properties

maxZoom: number
minZoom: number
styleId: string