Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-604) User feedback for Feature edit tool

User feedback for Feature edit tool
-----------------------------------

         Key: UDIG-604
         URL: http://jira.codehaus.org/browse/UDIG-604
     Project: uDIG
        Type: Bug
  Components: tool edit  
    Versions: UDIG 1.0.1    
 Reporter: Cole Markham
 Assigned to: Jesse Eichar 
     Fix For: UDIG 1.0.2


When the user is adding a new feature via the feature edit tool, the feature "disappears" upon completion of the editing.

1. The user selects the feature edit tool and an applicable layer
2. The user clicks an empty area to begin a new shape
3. The user clicks a number of points and double clicks to finish editing
4. Upon double clicking, the red outline that the user was editing disappears and the new shape doesn't appear until after a refresh (redraw button, panning, zooming)

Adding the following line to EditManagerImpl.addFeature() allows the new shape to be rendered immediately after the user doulbe clicks. This only renders the affected area of the affected layer.
getMap().getRenderManager().refresh(layer, feature.getBounds());



-- 
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



Back to the top