mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] Drop precision of attribute check for create grid test results
This commit is contained in:
parent
16c0552787
commit
023ba1968e
@ -654,6 +654,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (rectangles)
|
||||
@ -670,6 +679,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (diamond)
|
||||
@ -686,6 +704,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (hexagon)
|
||||
@ -702,6 +729,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (lines with overlay)
|
||||
@ -717,6 +753,16 @@ tests:
|
||||
OUTPUT:
|
||||
name: expected/grid_lines_overlay.gml
|
||||
type: vector
|
||||
compare:
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (rectangle with overlay)
|
||||
@ -735,6 +781,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (diamond with overlay)
|
||||
@ -753,6 +808,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:creategrid
|
||||
name: Create grid (hexagon with overlay)
|
||||
@ -771,6 +835,15 @@ tests:
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: native:deleteholes
|
||||
name: Delete holes (no min)
|
||||
|
@ -410,6 +410,16 @@ tests:
|
||||
OUTPUT:
|
||||
name: expected/create_grid_lines.gml
|
||||
type: vector
|
||||
compare:
|
||||
fields:
|
||||
left:
|
||||
precision: 7
|
||||
right:
|
||||
precision: 7
|
||||
top:
|
||||
precision: 7
|
||||
bottom:
|
||||
precision: 7
|
||||
|
||||
- algorithm: qgis:convertgeometrytype
|
||||
name: polygon to centroid
|
||||
|
Loading…
x
Reference in New Issue
Block a user