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