-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
This open vector bug has been fixed. Please update the package using To show ipyleaflet's built-in layer control, use |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying. But the problem I reported are for the leafmap package, not geemap? or it doesn't matter? |
Beta Was this translation helpful? Give feedback.
-
I just fixed it. Update leafmap using To use ipyleaflet's built-in layer control, use |
Beta Was this translation helpful? Give feedback.
-
Great! the add layers feature is now working properly both on my local computer and on Google Colab. The missing filed in the information box that I complained earlier was also fixed somehow. |
Beta Was this translation helpful? Give feedback.
-
Okay, never mind. I figured it out. I need to use "layers_control" instead of "layer_control" on my local computer. "s" matters. |
Beta Was this translation helpful? Give feedback.
This open vector bug has been fixed. Please update the package using
geemap.update_package()
and restart the kernel to take effect.To show ipyleaflet's built-in layer control, use
m = geemap.Map(layer_ctrl=True)