Interface JLayerThematicCondition

interface JLayerThematicCondition {
    id: string;
    scaledStyles: JLayerThematicConditionScaledStyle[];
    title: string;
}

Properties

Properties

id: string
title: string