Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: UDIG 0.8
-
Fix Version/s: UDIG 0.9
-
Component/s: tools and editing
-
Labels:None
-
Environment:xp
Description
The info tool (give info for a point click) is doing its query by bounding box, and not by actual (full geometry) intersection.
Recommend doing intersection by 2*2 offset pixel box so you dont have to be exactly on the feature (point or line) you're trying to select.
(on 0.8 the same thing happens with the select-by-bounding-box, which is apparently fixed in CVS (svn) trunk).