sepal_ui.mapping.layers_control.BaseRow#

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

Html row element to describe a base layer.

This Html element include all the controls to manipulate the basemap displayed in the map - a checkbox to show/hide (it will behave like a radio)

Parameters:

layer (TileLayer) – the layer associated to the row

Attributes

w_radio

the radio to hide/show the layer

Methods

__init__

Html row element to describe a base layer.

BaseRow.__init__(layer)[source]#

Html row element to describe a base layer.

This Html element include all the controls to manipulate the basemap displayed in the map - a checkbox to show/hide (it will behave like a radio)

Parameters:

layer (TileLayer) – the layer associated to the row

Return type:

None