gws.base.layer.group

Generic group layer.

Source code: gws.base.layer.group

Module Contents

class gws.base.layer.group.Config(*args, **kwargs)

Bases: gws.base.layer.core.Config

Group layer

layers: list[gws.ext.config.layer]

layers in this group

class gws.base.layer.group.Props(*args, **kwargs)

Bases: gws.base.layer.core.Props

Object properties.

layers: list[gws.ext.props.layer]
class gws.base.layer.group.Object

Bases: gws.base.layer.core.Object

Layer object.

isGroup = True
configure()

Configuration hook.

configure_group()
configure_bounds()
configure_resolutions()
configure_legend()
post_configure()

Post-configuration hook.

props(user)

Generate a Props struct for this object.

Parameters:

user – The user for which the props should be generated.