Skip to content

Commit 94b2e7c

Browse files
committedOct 10, 2014
Fixes error in Multipoints with Z rendering
1 parent fbc5f06 commit 94b2e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/symbology-ng/qgsrendererv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const unsigned char* QgsFeatureRendererV2::_getPoint( QPointF& pt, QgsRenderCont
4444
double x, y;
4545
wkbPtr >> x >> y;
4646

47-
if ( wkbType == QGis::WKBPolygon25D )
47+
if ( wkbType == QGis::WKBPoint25D )
4848
wkbPtr += sizeof( double );
4949

5050
if ( context.coordinateTransform() )

0 commit comments

Comments
 (0)
Please sign in to comment.