Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: UDIG 1.2.M4
-
Fix Version/s: UDIG 1.2.RC2
-
Component/s: tools and editing
-
Labels:None
Description
When editing the vertexes of a polygon, after a number of zooming and panning operations, the vertexes appear slightly displaced from the original feature.
Issue Links
- duplicates
-
UDIG-965
Edit outlines + vertices drawn incorrectly
-
The origional JTS geometry is processed into a data structure for display; this step (simplification?) is dependent on the zoom level; one vertex on screen can represent several JTS coordinates in the origional geometry). This step should be done again if the user zooms in or zooms out; but currently it is only done once.