Skip to content

Commit

Permalink
Loosen grass test crs requirement to allow passing on proj < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 12, 2021
1 parent b295bd5 commit 9cf44e4
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -365,6 +365,8 @@ tests:
output:
name: expected/grass7/buffer_polys_layer3.shp
type: vector
compare:
ignore_crs_check: true

- algorithm: grass7:v.buffer
name: Buffer with layername 2
Expand Down Expand Up @@ -394,6 +396,8 @@ tests:
output:
name: expected/grass7/buffer_polys_layer2.shp
type: vector
compare:
ignore_crs_check: true

- algorithm: grass7:v.buffer
name: Buffer using value from field
Expand Down

0 comments on commit 9cf44e4

Please sign in to comment.