Skip to content

Commit

Permalink
Add test on inline_points parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicogodet committed Sep 28, 2021
1 parent 393608c commit 263b6a5
Showing 1 changed file with 32 additions and 0 deletions.
Expand Up @@ -550,6 +550,38 @@ tests:
name: expected/v_rectify.gml
type: vector

- algorithm: grass7:v.rectify
name: v.rectify - Use inline_points
params:
'-3': false
-b: false
-o: false
GRASS_MIN_AREA_PARAMETER: 0.0001
GRASS_OUTPUT_TYPE_PARAMETER: 0
GRASS_SNAP_TOLERANCE_PARAMETER: -1.0
GRASS_VECTOR_DSCO: ''
GRASS_VECTOR_EXPORT_NOCAT: false
GRASS_VECTOR_LCO: ''
inline_points: '-637.240 580.860 432843.854 3823560.989 1
-962.079 1086.419 432522.788 3824068.656 1
-1369.031 837.071 432114.226 3823822.337 1
-1877.673 775.273 431605.364 3823764.216 1'
input:
name: v_rectify.gml
type: vector
order: 1
points:
name: ''
type: file
separator: pipe
results:
output:
name: expected/v_rectify.gml
type: vector

- algorithm: grass7:v.report
name: v.report - Reports geometry statistics for vector maps
params:
Expand Down

0 comments on commit 263b6a5

Please sign in to comment.