Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 1.1.RC2
-
Fix Version/s: UDIG 1.1.RC2
-
Component/s: tools and editing
-
Labels:None
Description
Can't add point features when advanced editing is disabled. Line 100 of PointTool is:
helper.add(new StartEditingBehaviour(ShapeType.POLYGON));
Using ShapeType.POINT instead fixes the problem (related to GeometryCreationUtil.createAllGeoms). LineTool currently also uses ShapeType.POLYGON.