We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c95a9 commit d32a377Copy full SHA for d32a377
python/core/symbology-ng/qgsrendererv2.sip
@@ -77,6 +77,8 @@ class QgsFeatureRendererV2
77
SymbolLevels = 1, // rendering with symbol levels (i.e. implements symbols(), symbolForFeature())
78
RotationField = 2, // rotate symbols by attribute value
79
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 )
82
};
83
84
//! returns bitwise OR-ed capabilities of the renderer
0 commit comments