We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d65d46 commit 884bd8cCopy full SHA for 884bd8c
js/src/Map.js
@@ -267,6 +267,8 @@ export class LeafletMapView extends utils.LeafletDOMWidgetView {
267
}
268
269
rerender() {
270
+ this.obj.remove();
271
+ delete this.obj;
272
this.el.removeChild(this.map_child);
273
this.render();
274
js/src/layers/Layer.js
@@ -124,7 +124,6 @@ export class LeafletLayerView extends utils.LeafletWidgetView {
124
this.model,
125
'change:pane',
126
function() {
127
- this.update_pane(),
128
this.map_view.rerender();
129
},
130
this
0 commit comments