+reflect line_symbolizer offset
This commit is contained in:
parent
4ccf40038e
commit
339fd59293
1 changed files with 4 additions and 0 deletions
|
@ -63,5 +63,9 @@ void export_line_symbolizer()
|
||||||
&line_symbolizer::smooth,
|
&line_symbolizer::smooth,
|
||||||
&line_symbolizer::set_smooth,
|
&line_symbolizer::set_smooth,
|
||||||
"smooth value (0..1.0)")
|
"smooth value (0..1.0)")
|
||||||
|
.add_property("offset",
|
||||||
|
&line_symbolizer::offset,
|
||||||
|
&line_symbolizer::set_offset,
|
||||||
|
"offset value")
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue