Skip to content
Permalink
Browse files
add missed renderer capabilities to Python bindings
  • Loading branch information
alexbruy committed Dec 4, 2012
1 parent f1c95a9 commit d32a377
Showing 1 changed file with 2 additions and 0 deletions.
@@ -77,6 +77,8 @@ class QgsFeatureRendererV2
SymbolLevels = 1, // rendering with symbol levels (i.e. implements symbols(), symbolForFeature())
RotationField = 2, // rotate symbols by attribute value
MoreSymbolsPerFeature = 4 // may use more than one symbol to render a feature: symbolsForFeature() will return them
Filter = 8, // features may be filtered, i.e. some features may not be rendered (categorized, rule based ...)
ScaleDependent = 16 // dependends on scale if feature will be rendered (rule based )
};

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

0 comments on commit d32a377

Please sign in to comment.