We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1a9501b commit 942bad2Copy full SHA for 942bad2
src/core/geometry/qgsinternalgeometryengine.cpp
@@ -1419,13 +1419,6 @@ QgsGeometry QgsInternalGeometryEngine::convertToCurves( double distanceTolerance
1419
return QgsGeometry( mGeometry->clone() ); // point geometry, nothing to do
1420
}
1421
1422
- if ( QgsWkbTypes::isCurvedType( mGeometry->wkbType() ) )
1423
- {
1424
- // already curved. In future we may want to allow this, and convert additional candidate segments
1425
- // in an already curved geometry to curves
1426
- return QgsGeometry( mGeometry->clone() );
1427
- }
1428
-
1429
if ( const QgsGeometryCollection *gc = qgsgeometry_cast< const QgsGeometryCollection *>( mGeometry ) )
1430
{
1431
int numGeom = gc->numGeometries();
0 commit comments