mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Make shortest path test less fussy
This commit is contained in:
parent
79b143bd15
commit
fddb6a59a1
@ -2524,6 +2524,11 @@ tests:
|
||||
type: vector
|
||||
compare:
|
||||
ignore_crs_check: true
|
||||
geometry:
|
||||
precision: 5
|
||||
fields:
|
||||
cost:
|
||||
precision: 2
|
||||
|
||||
- algorithm: qgis:shortestpathpointtopoint
|
||||
name: Shortest path (point to point, fastest route)
|
||||
@ -2547,6 +2552,8 @@ tests:
|
||||
type: vector
|
||||
compare:
|
||||
ignore_crs_check: true
|
||||
geometry:
|
||||
precision: 5
|
||||
|
||||
- algorithm: qgis:serviceareafrompoint
|
||||
name: Service area (from point, shortest)
|
||||
@ -2569,6 +2576,8 @@ tests:
|
||||
type: vector
|
||||
compare:
|
||||
ignore_crs_check: true
|
||||
geometry:
|
||||
precision: 5
|
||||
|
||||
- algorithm: qgis:createattributeindex
|
||||
name: Create attribute index
|
||||
|
Loading…
x
Reference in New Issue
Block a user