Opened 16 years ago

Closed 16 years ago

#2509 closed defect (fixed)

Symbol style not supporting border/outline color

Reported by: aboudreault Owned by: aboudreault
Priority: normal Milestone: 1.6.0
Component: default Version: unspecified
Severity: normal Keywords:
Cc: Daniel Morissette

Description

Currently, there is no outline symbol style to specify the outline color of a symbol as MapInfo does. This is related to the following MITAB bug: http://bugzilla.maptools.org/show_bug.cgi?id=1925

A new symbol parameter will be added: "o" for specify the outline color of the symbol.

Support for this needs to be implemented in ogrfeaturestyle.cpp and the following updates should be made to the Feature Style Spec doc at http://www.gdal.org/ogr/ogr_feature_style.html:

o: Symbol Outline Color - Color of the symbol outline, no outline if not set

Attachments (1)

bug2509.patch (1.6 KB ) - added by aboudreault 16 years ago.
Here is the patch with the support. Basicly, it just add the Label style type "OGRSTSymbolOColor" and the associated methods.

Download all attachments as: .zip

Change History (2)

by aboudreault, 16 years ago

Attachment: bug2509.patch added

Here is the patch with the support. Basicly, it just add the Label style type "OGRSTSymbolOColor" and the associated methods.

comment:1 by Daniel Morissette, 16 years ago

Milestone: 1.6.0
Resolution: fixed
Status: newclosed

Thanks Alan. I have committed the patch in r15073 and updated ogr_feature_style.html.

Note: See TracTickets for help on using tickets.