python bindings : expose largest_bbox_only property
This commit is contained in:
parent
20255966c3
commit
2e9f3ad245
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ void export_text_placement()
|
|||
.def_readwrite("maximum_angle_char_delta", &text_symbolizer_properties::max_char_angle_delta)
|
||||
.def_readwrite("force_odd_labels", &text_symbolizer_properties::force_odd_labels)
|
||||
.def_readwrite("allow_overlap", &text_symbolizer_properties::allow_overlap)
|
||||
.def_readwrite("largest_bbox_only", &text_symbolizer_properties::largest_bbox_only)
|
||||
.def_readwrite("text_ratio", &text_symbolizer_properties::text_ratio)
|
||||
.def_readwrite("wrap_width", &text_symbolizer_properties::wrap_width)
|
||||
.def_readwrite("format", &text_symbolizer_properties::format)
|
||||
|
|
Loading…
Add table
Reference in a new issue