Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1291) Layer bounds remember old bounds even if it was reduced by deleting features

Layer bounds remember old bounds even if it was reduced by deleting features
----------------------------------------------------------------------------

                 Key: UDIG-1291
                 URL: http://jira.codehaus.org/browse/UDIG-1291
             Project: uDIG
          Issue Type: Bug
          Components: layer, tool zoom
    Affects Versions: UDIG 1.1 RC11
            Reporter: Gabriel Roldán
            Priority: Minor


The problem is evident when using the Zoom to Layers button of the layers view.
Tested with PostGis Layers, not sure if the same happens with other kinds.
To reproduce:
 - Zoom out a considerable amount so the current layer occupies a small area in the map
 - Add a feature that is far away from the rest of features in the layer
 - Commit
 - Delete the just added feature
 - Commit
 -  Zoom to Layer zooms to the extent including the just deleted feature. That is, a far longer area than the actual one.

By restarting uDig the problem disappears. So it might be some kind of cached extent not being updated.

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