We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7351ca7 commit abaa98cCopy full SHA for abaa98c
1 file changed
src/mapnik_style.cpp
@@ -92,7 +92,7 @@ void export_style(py::module const& m)
92
.def_property("image_filters",
93
get_image_filters,
94
set_image_filters,
95
- "Set/get the comp-op (composite operation) of the style")
+ "Set/get image filters for the style")
96
;
97
98
}
0 commit comments