geoview-core
    Preparing search index...

    Interface TypeVectorLegend

    interface TypeVectorLegend {
        legend: TypeVectorLayerStyles;
        styleConfig?:
            | Partial<
                Record<
                    | "Point"
                    | "MultiPoint"
                    | "LineString"
                    | "MultiLineString"
                    | "Polygon"
                    | "MultiPolygon",
                    TypeLayerStyleSettings,
                >,
            >
            | null;
        type: TypeGeoviewLayerType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    styleConfig?:
        | Partial<
            Record<
                | "Point"
                | "MultiPoint"
                | "LineString"
                | "MultiLineString"
                | "Polygon"
                | "MultiPolygon",
                TypeLayerStyleSettings,
            >,
        >
        | null
    type: TypeGeoviewLayerType