-
Hello, I have a small question about the attributes of the leafmap.Map class. In this notebook we find attributes like If so, where are they from? And where can I find the other attributes? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
https://github.com/giswqs/leafmap/blob/master/leafmap/leafmap.py#L19 |
Beta Was this translation helpful? Give feedback.
leafmap.Map
inherits allipyleaflet.Map
attributes with some additional ones only available for leafmap. They are not documented in the docs, but you can find them within the__init()__
function.https://github.com/giswqs/leafmap/blob/master/leafmap/leafmap.py#L19