Added delete button in drawing toolbar.

This commit is contained in:
jpcaram
2015-01-01 15:41:50 -05:00
parent 977b5b1f91
commit f17f955355
6 changed files with 22 additions and 12 deletions

View File

@@ -15,12 +15,14 @@ Drawing
* [DONE] Remove from index (rebuild index or make deleted instances
equal to None in the list).
* Better handling/abstraction of geometry types and lists of such.
* Plotting and extraction of point is now done in a quite
efficient recursive way.
Algorithms
----------
* Reverse path if end is nearer.
* [DONE] Reverse path if end is nearer.
* Seed paint: Specify seed.
@@ -48,4 +50,11 @@ Bugs
----
* Unit conversion on opening.
* `cascaded_union([])` bug requires more testing.
* [DONE] `cascaded_union([])` bug requires more testing.
* Old version of GEOS
Other
-----
* Unit testing