sepal_ui.mapping.layers_control.VectorRow#

class sepal_ui.mapping.layers_control.VectorRow(**kwargs)[source]#

Html row element to describe a vector layer.

This Html element include all the controls to manipulate the layer displayed in the map - a checkbox to show/hide Vector are always placed on top of the map

Parameters:

layer (TileLayer) – the vector layer associated to the row

Attributes

w_checkbox

the ckeckbox to hide/show the layer

Methods

__init__

Html row element to describe a vector layer.

VectorRow.__init__(layer)[source]#

Html row element to describe a vector layer.

This Html element include all the controls to manipulate the layer displayed in the map - a checkbox to show/hide Vector are always placed on top of the map

Parameters:

layer (TileLayer) – the vector layer associated to the row

Return type:

None