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 has been 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){}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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){}
The text was updated successfully, but these errors were encountered: