Opened 14 years ago
Closed 14 years ago
#1422 closed task (fixed)
Add enhanced stylization support for UnitsControl
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.3 |
Component: | General | Version: | 2.1.0 |
Severity: | minor | Keywords: | stylization |
Cc: | External ID: |
Description
The UnitsControl setting is part of the LineUsage element, and it controls whether the Repeat / StartOffset / EndOffset values are interpreted as absolute or parametric values. In the parametric case the values should be specified in the range [0, 1], and they are scaled by the length of each feature contour on which the line style is applied. So for example, you could specify a line style that always draws three symbols on each polyline feature - one at the start, one at the center, and one at the end - by specifying Repeat / StartOffset / EndOffset = {0.5, 0, 0}.
Change History (2)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in trunk with r5088.