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 cf766e6 commit d071ae2Copy full SHA for d071ae2
src/mapml/layers/MapTileLayer.js
@@ -55,8 +55,8 @@ export var MapTileLayer = GridLayer.extend({
55
onRemove: function (map) {
56
// Clean up pending tiles
57
this._pendingTiles = {};
58
+ // remove _container from the dom, but don't delete it
59
DomUtil.remove(this._container);
- GridLayer.prototype.onRemove.call(this, map);
60
},
61
62
_handleZoomChange: function () {
0 commit comments