You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release of ipyleaflet, all components (controls, layers etc...) are added to the map using add instead of add_layer and add_control.
In the lib we are overwriting the add_layer in multiple ways. The implementation does not rise DeprecationWarning anymore but we should consider refactoring the way we add layers to the map so that newcomers don't get lost.
The text was updated successfully, but these errors were encountered:
In the latest release of
ipyleaflet
, all components (controls, layers etc...) are added to the map usingadd
instead ofadd_layer
andadd_control
.In the lib we are overwriting the
add_layer
in multiple ways. The implementation does not rise DeprecationWarning anymore but we should consider refactoring the way we add layers to the map so that newcomers don't get lost.The text was updated successfully, but these errors were encountered: