Skip to main content

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

User feedback for Feature delete tool
-------------------------------------

         Key: UDIG-605
         URL: http://jira.codehaus.org/browse/UDIG-605
     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


Similar to http://jira.codehaus.org/browse/UDIG-604, when the user deletes a feature using the delete tool there is no feedback to show it was deleted.

1. The user selects the delete feature tool and clicks a feature to delete
2. When prompted the user clicks "Ok" to delete the feature
3. Nothing is updated on the display

Adding the following line to DeleteFeatureCommand.run() allows the affected area to be rerendered.

map.getRenderManager().refresh(sourceLayer, 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