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