Skip to content

Commit

Permalink
Fix display of curved geometries
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed May 29, 2015
1 parent 82d18e7 commit 0df0986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology-ng/qgsrendererv2.cpp
Expand Up @@ -255,6 +255,7 @@ void QgsFeatureRendererV2::renderFeatureWithSymbol( QgsFeature& feature, QgsSymb
{
//geometry requires conversion to straight segments
QgsGeometry* straightGeom = new QgsGeometry( *geom );
straightGeom->convertToStraightSegment();
feature.setGeometry( straightGeom );
geom = feature.constGeometry();
}
Expand Down

0 comments on commit 0df0986

Please sign in to comment.