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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Some fixes for removing layers DnD on beta.2:
DnD.js add around line 242 - this.droppedItems[file.name].setLayerIds([ this.createLayerID('csv-' + file.name)]) add around line 336 - this.droppedItems[url].setLayerIds([layer.id]); edit around line 680 - id:this.droppedItems[filename].getLayerIds()[0]
LayerControl.js add around line 239 - try {layerControl._scaleRangeHandler.remove();
}catch(err){}