Interface LayerDataExtentStrategy

The given layers define the initial map extent.

interface LayerDataExtentStrategy {
    layers?: (string | WorkbookLayerPath)[];
    type: "layerData";
}

Properties

Properties

layers?: (string | WorkbookLayerPath)[]

A layer is ignored if either the layer or its extent is not known to Cadenza. If no layers are given, all map layers are used.

type: "layerData"

The extent strategy type