Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[WIP][BUGFIX] Fix interpolation on split geometry
(cherry picked from commit bd7e9d6)
  • Loading branch information
lbartoletti authored and nyalldawson committed Jun 19, 2020
1 parent 2456025 commit 74ec14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/geometry/qgsgeometry.cpp
Expand Up @@ -829,6 +829,8 @@ QgsGeometry::OperationResult QgsGeometry::splitGeometry( const QgsPointSequence

QVector<QgsGeometry > newGeoms;
QgsLineString splitLineString( splitLine );
splitLineString.dropZValue();
splitLineString.dropMValue();

QgsGeos geos( d->geometry.get() );
mLastError.clear();
Expand Down

0 comments on commit 74ec14c

Please sign in to comment.