Ticket #114 (new defect)

Opened 4 months ago

Last modified 4 months ago

Not all PointSymbolizer attributes accessible

Reported by: samueltc Owned by: artem
Priority: major Milestone:
Component: Boost.Python Binding Version:
Severity: Major Keywords:
Cc: Patch Needs Improvement:
Needs Docmentation: Has Patch?:
Design Decision Needed:

Description

File, width, height and type should be accessible.

p = PointSymbolizer() dir(p)

['class', 'delattr', 'dict', 'doc', 'getattribute', 'hash', 'init', 'instance_size', 'module', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'str', 'weakref', 'allow_overlap']

Change History

Changed 4 months ago by springmeyer

  • priority set to major

Changed 4 months ago by springmeyer

r743 added:

PointSymbolizer().get_opacity
PointSymbolizer().set_opacity

What remains to be exposed in the python properties are the symbol file path, and sizes AFAICT.

Note: See TracTickets for help on using tickets.