Opened 15 years ago
Closed 15 years ago
#377 closed defect (fixed)
Measure widget dimension markers do not reposition when map view changes
Reported by: | chrisclaydon | Owned by: | chrisclaydon |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | SVN |
Severity: | Minor | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1311836 | Operating System: | All |
state: | New |
Description
When using the measure widget, if you are part way through digitizing and you pan or zoom (possible using the overview map or mouse wheel) the markers that show segment lengths no longer align with the segments themselves.
Attachments (1)
Change History (3)
comment:1 by , 15 years ago
Version: | 1.1.1 → SVN |
---|
by , 15 years ago
Attachment: | MeasureWidgetPatch.patch added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Submitted patch to 2.2gp stream:
http://trac.osgeo.org/fusion/changeset/2119
Submitted patch to trunk stream:
Note:
See TracTickets
for help on using tickets.
This can be resolved by hooking up to events when the map extents change, and repositioning the markers. I will attach a patch for review.