Skip to content

Commit d32a377

Browse files
committed
add missed renderer capabilities to Python bindings
1 parent f1c95a9 commit d32a377

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/core/symbology-ng/qgsrendererv2.sip

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ class QgsFeatureRendererV2
7777
SymbolLevels = 1, // rendering with symbol levels (i.e. implements symbols(), symbolForFeature())
7878
RotationField = 2, // rotate symbols by attribute value
7979
MoreSymbolsPerFeature = 4 // may use more than one symbol to render a feature: symbolsForFeature() will return them
80+
Filter = 8, // features may be filtered, i.e. some features may not be rendered (categorized, rule based ...)
81+
ScaleDependent = 16 // dependends on scale if feature will be rendered (rule based )
8082
};
8183

8284
//! returns bitwise OR-ed capabilities of the renderer

0 commit comments

Comments
 (0)