Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.2.M5
-
Fix Version/s: UDIG 1.2.M6
-
Component/s: tools and editing
-
Labels:None
Description
1- usr: Selects the edit geometry tool
2- usr: clicks on a feature
3- udig: presents the control points
4- user: selects the tool "Select a feature at Point" (bbox) and selects another feature
5- udig: presents the selection
6- usr: selects the "create polygon tool" (or other tool that requires to use the EditBlackboard)
7- udig: will present the first selection (selected in step 3)
The following class has been created. It is responsible of delete the current selection from blackboard and leave the blackboard ready to create a new feature.
ClearCurrentSelectionActivator.java
This new activator is called by the following tools
DefaultEditToolBehaviour.java
RectangleTool.java
PolygonTool.java
LineTool.java
PointTool.java
FreeHandTool.java
The ClearSelection.java's run method was modified to be used by the new created activator.
This patch is available in
http://svn.refractions.net/udig/udig/spike/axios/plugins/