Interface WebMapSimpleRenderer

interface WebMapSimpleRenderer {
    description?: string;
    label?: string;
    symbol?: WebMapSymbol;
    type: "simple";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

description?: string
label?: string
symbol?: WebMapSymbol
type