mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-22 00:04:29 -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:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (rectangles)
|
name: Create grid (rectangles)
|
||||||
@ -670,6 +679,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (diamond)
|
name: Create grid (diamond)
|
||||||
@ -686,6 +704,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (hexagon)
|
name: Create grid (hexagon)
|
||||||
@ -702,6 +729,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (lines with overlay)
|
name: Create grid (lines with overlay)
|
||||||
@ -717,6 +753,16 @@ tests:
|
|||||||
OUTPUT:
|
OUTPUT:
|
||||||
name: expected/grid_lines_overlay.gml
|
name: expected/grid_lines_overlay.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
compare:
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (rectangle with overlay)
|
name: Create grid (rectangle with overlay)
|
||||||
@ -735,6 +781,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (diamond with overlay)
|
name: Create grid (diamond with overlay)
|
||||||
@ -753,6 +808,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:creategrid
|
- algorithm: qgis:creategrid
|
||||||
name: Create grid (hexagon with overlay)
|
name: Create grid (hexagon with overlay)
|
||||||
@ -771,6 +835,15 @@ tests:
|
|||||||
compare:
|
compare:
|
||||||
geometry:
|
geometry:
|
||||||
precision: 7
|
precision: 7
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: native:deleteholes
|
- algorithm: native:deleteholes
|
||||||
name: Delete holes (no min)
|
name: Delete holes (no min)
|
||||||
|
@ -410,6 +410,16 @@ tests:
|
|||||||
OUTPUT:
|
OUTPUT:
|
||||||
name: expected/create_grid_lines.gml
|
name: expected/create_grid_lines.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
compare:
|
||||||
|
fields:
|
||||||
|
left:
|
||||||
|
precision: 7
|
||||||
|
right:
|
||||||
|
precision: 7
|
||||||
|
top:
|
||||||
|
precision: 7
|
||||||
|
bottom:
|
||||||
|
precision: 7
|
||||||
|
|
||||||
- algorithm: qgis:convertgeometrytype
|
- algorithm: qgis:convertgeometrytype
|
||||||
name: polygon to centroid
|
name: polygon to centroid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user