[udig-devel] [jira] Created: (UDIG-873) Unable to add point when advanced editing is disabled

Michael Brasser (JIRA) jira at codehaus.org
Wed Jun 28 00:07:41 PDT 2006


Unable to add point when advanced editing is disabled
-----------------------------------------------------

         Key: UDIG-873
         URL: http://jira.codehaus.org/browse/UDIG-873
     Project: uDIG
        Type: Bug

  Components: tool edit  
    Versions: UDIG 1.1.RC2    
    Reporter: Michael Brasser
 Assigned to: Jesse Eichar 


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the udig-devel mailing list