Removing controls from leafmap.Map? #943
Answered
by
giswqs
glemoine62
asked this question in
Q&A
-
What's the syntax for removing controls from the leafmap.Map()?
this works fine, but seems a little clunky. Is there a more elegant syntax? Guido |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Oct 30, 2024
Replies: 1 comment 1 reply
-
m = leafmap.Map(draw_control=False) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
m = leafmap.Map(draw_control=False)