arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

LayerGroup


hashtag
Properties

hashtag
id

id: string

A string identifying the layer group.


hashtag
name

name: string

The name of the layer group. This is shown in the legend.


hashtag
caption

caption: null | string

The caption of the layer group. This is shown in the legend.


hashtag
layerIds

layerIds: string[]

The ids of the layers in the layer group.

hashtag
Remarks

You can use these ids to get the full layer objects via the method.


hashtag
visible

visible: boolean

Whether the layer group is visible or not.


hashtag
shownInLegend

shownInLegend: boolean

Whether the layer group is shown in the legend or not.


hashtag
bounds

bounds: null | [number, number, number, number]

The bounding box of the layer group in [west, south, east, north] order.

`getLayers`
FeltBoundary