sepal_ui.mapping.inspector_control.ValueInspector#

class sepal_ui.mapping.inspector_control.ValueInspector(*args, **kwargs)[source]#

Deprecated since version 2.15.1: ValueInspector class is now renamed InspectorControl

Widget control displaying a btn on the map.

When clicked the menu expand to show the values of each layer available on the map. The menu values will be change when the user click on a location on the map. It can digest any Layer added on a SepalMap.

Parameters:

m – the map on which he vinspector is displayed to interact with it’s layers

Attributes

fullscreen

Either or not the Menu container should be displayed in fullscreen on top of the map

Methods