|
25 | 25 | name: expected/polys_deleteholes.gml
|
26 | 26 | type: vector
|
27 | 27 |
|
28 |
| - - algorithm: qgis:clip |
| 28 | + - algorithm: native:clip |
29 | 29 | name: Clip lines by polygons
|
30 | 30 | params:
|
31 | 31 | INPUT:
|
|
39 | 39 | name: expected/clip_lines_by_polygon.gml
|
40 | 40 | type: vector
|
41 | 41 |
|
42 |
| - - algorithm: qgis:clip |
| 42 | + - algorithm: native:clip |
43 | 43 | name: Clip lines by multipolygon
|
44 | 44 | params:
|
45 | 45 | INPUT:
|
|
53 | 53 | name: expected/clip_lines_by_multipolygon.gml
|
54 | 54 | type: vector
|
55 | 55 |
|
56 |
| - - algorithm: qgis:clip |
| 56 | + - algorithm: native:clip |
57 | 57 | name: Clip polygons by multipolygons
|
58 | 58 | params:
|
59 | 59 | INPUT:
|
|
67 | 67 | name: expected/clip_polys_by_multipolygon.gml
|
68 | 68 | type: vector
|
69 | 69 |
|
70 |
| - - algorithm: qgis:clip |
| 70 | + - algorithm: native:clip |
71 | 71 | name: Clip multipolygons by polygons
|
72 | 72 | params:
|
73 | 73 | INPUT:
|
|
81 | 81 | name: expected/clip_multipolygons_by_polygons.gml
|
82 | 82 | type: vector
|
83 | 83 |
|
84 |
| - - algorithm: qgis:clip |
| 84 | + - algorithm: native:clip |
85 | 85 | name: Clip points by polygons
|
86 | 86 | params:
|
87 | 87 | INPUT:
|
|
95 | 95 | name: expected/clip_points_by_polygons.gml
|
96 | 96 | type: vector
|
97 | 97 |
|
98 |
| - - algorithm: qgis:clip |
| 98 | + - algorithm: native:clip |
99 | 99 | name: Clip points by multipolygons
|
100 | 100 | params:
|
101 | 101 | INPUT:
|
@@ -389,7 +389,7 @@ tests:
|
389 | 389 | # name: expected/merge_lines.gml
|
390 | 390 | # type: vector
|
391 | 391 | #
|
392 |
| - - algorithm: qgis:multiparttosingleparts |
| 392 | + - algorithm: native:multiparttosingleparts |
393 | 393 | name: Multiparts to singleparts
|
394 | 394 | params:
|
395 | 395 | INPUT:
|
@@ -2565,22 +2565,22 @@ tests:
|
2565 | 2565 | # name: expected/select_by_expression.gml
|
2566 | 2566 | # type: vector
|
2567 | 2567 | #
|
2568 |
| -# - algorithm: qgis:randomextract |
2569 |
| -# name: Random extract by number |
2570 |
| -# params: |
2571 |
| -# INPUT: |
2572 |
| -# name: custom/points_weighted.gml |
2573 |
| -# type: vector |
2574 |
| -# METHOD: '0' |
2575 |
| -# NUMBER: 4 |
2576 |
| -# results: {} |
2577 |
| -# |
2578 |
| -# - algorithm: qgis:randomextract |
2579 |
| -# name: Random extract by percentage |
2580 |
| -# params: |
2581 |
| -# INPUT: |
2582 |
| -# name: custom/points_weighted.gml |
2583 |
| -# type: vector |
2584 |
| -# METHOD: '1' |
2585 |
| -# NUMBER: 50 |
2586 |
| -# results: {} |
| 2568 | + - algorithm: qgis:randomextract |
| 2569 | + name: Random extract by number |
| 2570 | + params: |
| 2571 | + INPUT: |
| 2572 | + name: custom/points_weighted.gml |
| 2573 | + type: vector |
| 2574 | + METHOD: 0 |
| 2575 | + NUMBER: 4 |
| 2576 | + results: {} |
| 2577 | + |
| 2578 | + - algorithm: qgis:randomextract |
| 2579 | + name: Random extract by percentage |
| 2580 | + params: |
| 2581 | + INPUT: |
| 2582 | + name: custom/points_weighted.gml |
| 2583 | + type: vector |
| 2584 | + METHOD: 1 |
| 2585 | + NUMBER: 50 |
| 2586 | + results: {} |
0 commit comments