Interface LayerDefinition

interface LayerDefinition {
    content: FeatureCollection;
    name: string;
    type: "geojson";
}

Properties

Properties

The layer's content in geojson format.

name: string

The layer's name.

type: "geojson"

The layer's type.