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
Selection.delete() returns the deleted items, which is fine, but when the deleted polygons are not needed, then there should be another method that keeps the method chaining going by returning this.
For example there could be a .deleteTo() method, which accepts an array into which it will place the deleted polygons if needed.
The text was updated successfully, but these errors were encountered:
Selection.delete()
returns the deleted items, which is fine, but when the deleted polygons are not needed, then there should be another method that keeps the method chaining going by returningthis
.For example there could be a
.deleteTo()
method, which accepts an array into which it will place the deleted polygons if needed.The text was updated successfully, but these errors were encountered: