Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make shortest path test less fussy
  • Loading branch information
nyalldawson committed Sep 26, 2017
1 parent 79b143b commit fddb6a5
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -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)
Expand All @@ -2547,6 +2552,8 @@ tests:
type: vector
compare:
ignore_crs_check: true
geometry:
precision: 5

- algorithm: qgis:serviceareafrompoint
name: Service area (from point, shortest)
Expand All @@ -2569,6 +2576,8 @@ tests:
type: vector
compare:
ignore_crs_check: true
geometry:
precision: 5

- algorithm: qgis:createattributeindex
name: Create attribute index
Expand Down

0 comments on commit fddb6a5

Please sign in to comment.