MCPcopy Index your code
hub / github.com/opengeos/leafmap / update_layer_manager

Method update_layer_manager

leafmap/leafmap.py:5482–5488  ·  view source on GitHub ↗

Update the Layer Manager.

(self)

Source from the content-addressed store, hash-verified

5480 layer_manager_gui(self, position, opened)
5481
5482 def update_layer_manager(self) -> None:
5483 """Update the Layer Manager."""
5484 from .toolbar import layer_manager_gui
5485
5486 self._layer_manager_widget.children = layer_manager_gui(
5487 self, return_widget=True
5488 )
5489
5490 def add_oam_gui(
5491 self, position: Optional[str] = "topright", opened: bool = True

Callers 1

addMethod · 0.95

Calls 1

layer_manager_guiFunction · 0.85

Tested by

no test coverage detected