Ticket #114 (closed defect: fixed)
Not all PointSymbolizer attributes accessible
| Reported by: | samueltc | Owned by: | springmeyer |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.0 |
| Component: | Boost.Python Binding | Version: | SVN Trunk |
| Severity: | Major | Keywords: | |
| Cc: | mishok13 | Patch Needs Improvement: | yes |
| Needs Docmentation: | no | Has Patch?: | yes |
| Design Decision Needed: | no |
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']
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
