Cadenza JS
    Preparing search index...

    Interface LayerDefinition

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

    Properties

    Properties

    The layer's content in geojson format.

    name: string

    The layer's name.

    type: "geojson"

    The layer's type.