#505 closed defect (fixed)
Polyline label distribution ends prematurely with new stylization
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.1 |
Component: | General | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1064832 |
Description
The code (new stylization) which positions labels along a polyline has some typos:
- the formula computing the initial offset doesn't account for the symbol's extent
- the repeat value used when iterating is incorrect: it's only set to the label separation, and instead needs to be set to the label separation plus the symbol's width
Change History (4)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 17 years ago
External ID: | → 1064832 |
---|
comment:4 by , 17 years ago
Merged fix into branch stream with submission https://trac.osgeo.org/mapguide/changeset/3128.
Note:
See TracTickets
for help on using tickets.
Fixed with submission https://trac.osgeo.org/mapguide/changeset/3096.