mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
try to fix tests
This commit is contained in:
parent
61b69179af
commit
5097992445
@ -307,10 +307,10 @@ tests:
|
||||
OUTPUT:
|
||||
name: expected/airportsvoronoidiagram.gml
|
||||
type: vector
|
||||
pk: ID
|
||||
compare:
|
||||
geometry:
|
||||
precision: 2
|
||||
pk: id
|
||||
|
||||
- algorithm: native:explodelines
|
||||
name: Explode lines
|
||||
|
@ -165,7 +165,7 @@ QVariantMap QgsConcaveHullAlgorithm::processAlgorithm( const QVariantMap ¶me
|
||||
toDelete << edgesIt.key();
|
||||
}
|
||||
|
||||
edgesIt++;
|
||||
++edgesIt;
|
||||
i++;
|
||||
multiStepFeedback.setProgress( i * step );
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ QString QgsVoronoiPolygonsAlgorithm::displayName() const
|
||||
|
||||
QStringList QgsVoronoiPolygonsAlgorithm::tags() const
|
||||
{
|
||||
return QObject::tr( "voronoi,polygons,tesselation,diagram" ).split( ',' );
|
||||
return QObject::tr( "voronoi,polygons,tessellation,diagram" ).split( ',' );
|
||||
}
|
||||
|
||||
QString QgsVoronoiPolygonsAlgorithm::group() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user