[mapguide-trac] #51: Certain StartOffset / EndOffset / Repeat
combinations are unhandled
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Apr 11 17:50:37 EDT 2007
#51: Certain StartOffset / EndOffset / Repeat combinations are unhandled
------------------------------+---------------------------------------------
Reporter: waltweltonlair | Owner:
Type: task | Status: new
Priority: medium | Milestone: 1.2
Component: Server | Version: 1.2.0
Severity: major | Keywords:
External_id: |
------------------------------+---------------------------------------------
The !StartOffset, !EndOffset, and Repeat parameters in !LineUsage (for the
new symbolization) allow you to control where symbols are drawn on the
linestring feature.
Certain combinations of these are not yet being correctly handled.
If Repeat is <=0 then you'll only get a symbol at the start and / or end.
Some examples:
* !StartOffset >= 0, !EndOffset not specified:
* if Repeat > 0, first symbol position is at the specified offset,
following by additional regularly-spaced positions
* if Repeat <= 0, get one symbol position at the specified offset
(relative to the start of the curve)
* !EndOffset >= 0, !StartOffset not specified:
* if Repeat > 0, last symbol position ends at the specified offset,
preceded by regularly-spaced positions
* if Repeat <= 0, get one symbol position at the specified offset
(relative to the end of the curve)
* !StartOffset >= 0, !EndOffset >= 0:
* if Repeat > 0, first and last symbol positions are at the specified
offsets, with in between positions distributed at approximately the
specified interval
* if Repeat <= 0, only get a first and last symbol at the specified
offsets
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/51>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list