Interface AGSStoreFromLayerOptions

Specifies an AGSStore constructed from a layer or sublayer id.

Hierarchy

Properties

id: string

The id of the new store.

layerId: string

A valid layer id (e.g. "mylayer") or sub layer id (e.g. "mylayer/1").

legacyImplementation?: boolean

Set this value to true to use the deprecated old MapServerLayerStore implementation instead of the new LayerStore.

Generated using TypeDoc