Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3025 closed defect (fixed)

STYLEITEM should support line WIDTH directly (without circle symbol)

Reported by: dmorissette Owned by: aboudreault
Priority: normal Milestone: 6.0 release
Component: OGR Support Version: unspecified
Severity: normal Keywords:
Cc: jmckenna

Description

The current implementation of STYLEITEM code in mapogr.cpp still uses the old of way of rendering thick lines in Mapserver: using SIZE applied to a circular brush.

Recent releases of MapServer introduced a new STYLE WIDTH parameter that removes this requirement. We should modify the STYLEITEM code to use it instead of the old method.

Change History (3)

comment:1 by dmorissette, 15 years ago

Note that the "Line Thickness" paragraph of the docs will need to be updated at http://mapserver.org/input/vector/ogr.html#mapping-of-ogr-style-info-to-the-mapserver-class-members

comment:2 by aboudreault, 15 years ago

Resolution: fixed
Status: newclosed

Fixed and committed in r9191. Documentation updated in r9192.

comment:3 by dmorissette, 15 years ago

Cc: jmckenna added

Jeff, could you please review the doc update in r9192? I think we may need to keep both versions of the text, with a note that one applies to pre-5.6 and the other to 5.6 and up. What do you think?

Note: See TracTickets for help on using tickets.