MapLayers Item

The MapLayers item contains a list of map layers. A description of map layer is available in the MapLayer item.

<MapLayer> Item

The <MapLayer> item contains the description of one map layer. Map layer  is the instance of the MapLayer class.

It includes the following items:

MapLayer Item Attributes

Attribute name Type Description
Id String Layer identifier to further establish the link between the settings and the topobase. It can be used as an item.
Label MapLabel Identifier of a layer label described in the items dictionary or full description of the form label. It can be used as an item for full description of a label. The identifier must be used in curved brackets: Label: ”{identifier}”.
ToolTip PP.Ui.ChartTooltipBase

Identifier of a layer tooltip described in the items dictionary or full description of the tooltip. It can be used as an element for full description of a tooltip. The identifier must be used in curved brackets: ToolTip: ”{identifier}”.

Effect IEffect

Identifier of an effect for the layer described in the items dictionary or full description of the effect. It can be used as an item for full description of the effect. The identifier must be used in curved brackets: Effect: ”{identifier}”.

See also:

<MapChart> Item