Ticket #2721 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

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

Change History

Changed 5 years ago by aboudreault

Here is the patch with the support.

Changed 5 years ago by dmorissette

  • status changed from new to closed
  • resolution set to fixed

Patch committed in r7834.

Note: See TracTickets for help on using tickets.