Improved RTree index management on add/remove shape on Drawing Tool.

This commit is contained in:
jpcaram
2014-12-25 23:15:40 -05:00
parent 0d055ee235
commit 978344d5c6
2 changed files with 105 additions and 42 deletions

View File

@@ -5,12 +5,14 @@ Drawing
-------
* [DONE] Arcs
* Subtract Shapes
* Selected objects must be kept onlist to preserve order.
* [DONE] Subtract Shapes
* [DONE] Selected objects must be kept onlist to preserve order.
* Polygon to outline
* Force perpendicular
* Un-group (Union creates group)
* Group (But not union)
* Remove from index (rebuild index or make deleted instances
equal to None in the list).
Algorithms