diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-07-24 15:22:53 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-07-24 16:15:57 +0200 |
| commit | 3dc92ad7014e1cf20a3bc95c8c21a34a371fcb78 (patch) | |
| tree | b4954519dfd4863272c162df2c100f7d9937e507 /test | |
| parent | 6a37d150013f4788285db46e44d9bc66f8c1e200 (diff) | |
| download | PROJ-3dc92ad7014e1cf20a3bc95c8c21a34a371fcb78.tar.gz PROJ-3dc92ad7014e1cf20a3bc95c8c21a34a371fcb78.zip | |
Helmert 2D: do not require a useless convention= parameter
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/more_builtins.gie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gie/more_builtins.gie b/test/gie/more_builtins.gie index 610c6c3f..b9a92e58 100644 --- a/test/gie/more_builtins.gie +++ b/test/gie/more_builtins.gie @@ -386,7 +386,7 @@ expect 3370658.18890 711877.42370 5349787.12430 2017.0 # ITRF93@2017.0 # from NAD27 (ft) -> NAD83 (m). The paper reports a difference of 0.0014 m from # measured to computed coordinates, hence the test tolerance is set accordingly. ------------------------------------------------------------------------------- -operation proj=helmert convention=coordinate_frame \ +operation proj=helmert \ x=-9597.3572 y=.6112 \ s=0.304794780637 theta=-1.244048 ------------------------------------------------------------------------------- |
