Skip to content

Commit

Permalink
Python binding fixes for 2.5D renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 3, 2016
1 parent b3b4101 commit 2354677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/core/symbology-ng/qgsrendererv2.sip
Expand Up @@ -48,6 +48,8 @@ class QgsFeatureRendererV2
sipType = sipType_QgsInvertedPolygonRenderer;
else if (sipCpp->type() == "pointDisplacement")
sipType = sipType_QgsPointDisplacementRenderer;
else if (sipCpp->type() == "25dRenderer")
sipType = sipType_Qgs25DRenderer;
else
sipType = 0;
%End
Expand Down

0 comments on commit 2354677

Please sign in to comment.