Opened 16 years ago

Closed 16 years ago

#2721 closed defect (fixed)

OGR STYLEITEM AUTO: Symbol Point doesn't support rotation and outline color

Reported by: aboudreault Owned by: aboudreault
Priority: normal Milestone: 5.4 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc: dmorissette

Description

In mapogr, the symbol styles supported are actually: color, size and symbol id (name in the mapfile). It should be possible to support these symbol styles also: (in MapInfo terminology)

  • Rotation: The angle for the symbol rotation. (OGR style: OGRSTSymbolAngle )
    Already supported by mitab and gdal. This will simply be added in mapogr.cpp.

These symbol styles will be added like others similar styles (OGRSTSymbolColor, OGRSTSymbolSize)

Attachments (1)

bug2721.patch (1.5 KB ) - added by aboudreault 16 years ago.
Here is the patch with the support.

Download all attachments as: .zip

Change History (2)

by aboudreault, 16 years ago

Attachment: bug2721.patch added

Here is the patch with the support.

comment:1 by dmorissette, 16 years ago

Resolution: fixed
Status: newclosed

Patch committed in r7834.

Note: See TracTickets for help on using tickets.