Skip to content

Commit

Permalink
fix error on geometry precision
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and m-kuhn committed Dec 14, 2016
1 parent 5392788 commit a009cf4
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,9 @@ tests:
OUTPUT:
name: expected/reprojected.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: qgis:variabledistancebuffer
name: variable buffer on points
Expand All @@ -1933,6 +1936,9 @@ tests:
OUTPUT:
name: expected/variable_buffer_points.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: qgis:variabledistancebuffer
name: variable buffer on points with dissolve option
Expand All @@ -1947,6 +1953,9 @@ tests:
OUTPUT:
name: expected/variable_buffer_points_dissolved.gml
type: vector
compare:
geometry:
precision: 7

- algorithm: qgis:adduniquevalueindexfield
name: add unique field based on another field
Expand Down

0 comments on commit a009cf4

Please sign in to comment.