diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-15 18:30:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-15 18:30:24 +0100 |
| commit | e5706305795ed822a5197bda51e75a44ec14728b (patch) | |
| tree | e4ddb5beb06bfe7fe09d497775b476a26371126c /test/cli/testprojinfo_out.dist | |
| parent | a27c0255e7b8e6aab1b91e49fd7870d1ee4e1a80 (diff) | |
| download | PROJ-e5706305795ed822a5197bda51e75a44ec14728b.tar.gz PROJ-e5706305795ed822a5197bda51e75a44ec14728b.zip | |
projinfo: add a --accuracy option to define the minimum accuracy
Diffstat (limited to 'test/cli/testprojinfo_out.dist')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 8e8ef294..829c914c 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -1384,6 +1384,9 @@ DATUM["World Geodetic System 1984", LENGTHUNIT["metre",1]], ID["EPSG",6326]] +Testing --accuracy 0.05 -s EPSG:4326 -t EPSG:4258 +Candidate operations found: 0 + Testing -s NZGD2000 -t ITRF96 -o PROJ -q +proj=pipeline +step +proj=unitconvert +xy_in=deg +xy_out=rad |
