mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
reduce geometry precision from 7 to 5 digits
This commit is contained in:
parent
9799183db2
commit
8e9d49ad8d
@ -1938,7 +1938,7 @@ tests:
|
||||
type: vector
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
precision: 5
|
||||
|
||||
- algorithm: qgis:variabledistancebuffer
|
||||
name: variable buffer on points with dissolve option
|
||||
@ -1955,7 +1955,7 @@ tests:
|
||||
type: vector
|
||||
compare:
|
||||
geometry:
|
||||
precision: 7
|
||||
precision: 5
|
||||
|
||||
- algorithm: qgis:adduniquevalueindexfield
|
||||
name: add unique field based on another field
|
||||
|
Loading…
x
Reference in New Issue
Block a user