Opened 17 years ago

Closed 17 years ago

#51 closed task (fixed)

Symbolization: Certain StartOffset / EndOffset / Repeat combinations are unhandled

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: medium Milestone: 2.0
Component: Server Version: 1.2.0
Severity: major Keywords:
Cc: External ID:

Description

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

Change History (4)

comment:1 by waltweltonlair, 17 years ago

Summary: Certain StartOffset / EndOffset / Repeat combinations are unhandledSymbolization: Certain StartOffset / EndOffset / Repeat combinations are unhandled

Prefixing summary with "Symbolization"

comment:2 by waltweltonlair, 17 years ago

Milestone: 1.21.3
Version: 1.2.0

Support for line styles in the new symbolization will be completed in version 1.3.

comment:3 by waltweltonlair, 17 years ago

Owner: set to waltweltonlair
Status: newassigned

comment:4 by waltweltonlair, 17 years ago

Resolution: fixed
Status: assignedclosed
Version: 1.2.0

This has been fixed with submission r2125 (http://trac.osgeo.org/mapguide/changeset/2125)

Note: See TracTickets for help on using tickets.