geonotebook
geonotebook copied to clipboard
M.remove_all_layers()
Ability to remove all layers can be good. Most of the times when I interact with the notebook I add bunch of layers and when I want to remove them I call
M.remove_layer(M.layers[0])
couple of times to remove them all.
This is a low priority feature.