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 a2018de commit bb78d1cCopy full SHA for bb78d1c
python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
@@ -6997,4 +6997,16 @@ tests:
6997
name: expected/surface_vol_gaps.gml
6998
type: vector
6999
7000
+ - algorithm: native:dissolve
7001
+ name: Test dissolve with consecutive lines
7002
+ params:
7003
+ INPUT:
7004
+ name: custom/consecutivelines.gml|layername=consecutivelines
7005
+ type: vector
7006
+ results:
7007
+ OUTPUT:
7008
+ name: expected/dissolved_consecutive_lines.gml
7009
7010
+
7011
7012
# See ../README.md for a description of the file format
0 commit comments