+ add smooth property

+ update help strings
This commit is contained in:
Artem Pavlenko 2012-03-14 16:51:07 +00:00
parent f1a0887628
commit 72baf59247

View file

@ -84,7 +84,11 @@ void export_polygon_symbolizer()
.add_property("gamma_method",
&polygon_symbolizer::get_gamma_method,
&polygon_symbolizer::set_gamma_method,
"Set/get the gamma correction method of the polygon")
"gamma correction method")
.add_property("smooth",
&polygon_symbolizer::smooth,
&polygon_symbolizer::set_smooth,
"smooth value (0..1.0)")
;
}