pysepal.mapping.layers_control.BaseRow#
- class pysepal.mapping.layers_control.BaseRow(*args, **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_radiothe radio to hide/show the layer
Methods
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