diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-27 11:02:57 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-27 11:03:23 +0100 |
| commit | a56272923f6246edf8d41776659de2ba9d509793 (patch) | |
| tree | e5b4fb79f778e6d9913bdb19d8d7f98c7c60f301 /test/gie | |
| parent | a4d389c37529bda488dc14fb4225e4dec40c0743 (diff) | |
| download | PROJ-a56272923f6246edf8d41776659de2ba9d509793.tar.gz PROJ-a56272923f6246edf8d41776659de2ba9d509793.zip | |
tests: remove useless mentions of no_defs (refs #201)
Diffstat (limited to 'test/gie')
| -rw-r--r-- | test/gie/4D-API_cs2cs-style.gie | 10 | ||||
| -rw-r--r-- | test/gie/builtins.gie | 8 | ||||
| -rw-r--r-- | test/gie/ellipsoid.gie | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie index 0aa12665..f66b26ec 100644 --- a/test/gie/4D-API_cs2cs-style.gie +++ b/test/gie/4D-API_cs2cs-style.gie @@ -167,7 +167,7 @@ A test case from a comment by Github user c0nk operation proj=somerc lat_0=46.95240555555556 lon_0=7.439583333333333 k_0=1 x_0=2600000 y_0=1200000 ellps=bessel - towgs84=674.374,15.056,405.346 no_defs + towgs84=674.374,15.056,405.346 ------------------------------------------------------------------------------- tolerance 20 cm accept 7.438632495 46.951082877 @@ -178,11 +178,11 @@ where, at the end of pipeline creation, a false warning about missing ellps was left behind from the creation of the Helmert step (now repaired in pj_init). ------------------------------------------------------------------------------- operation proj=pipeline - step proj=cart ellps=WGS84 no_defs - step proj=helmert x=674.37400 y=15.05600 z=405.34600 inv no_defs - step proj=cart ellps=bessel no_defs inv + step proj=cart ellps=WGS84 + step proj=helmert x=674.37400 y=15.05600 z=405.34600 inv + step proj=cart ellps=bessel inv step proj=somerc lat_0=46.95240555555556 lon_0=7.439583333333333 - k_0=1 x_0=2600000 y_0=1200000 ellps=bessel units=m no_defs + k_0=1 x_0=2600000 y_0=1200000 ellps=bessel units=m ------------------------------------------------------------------------------- tolerance 20 cm accept 7.438632495 46.951082877 diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index f901b5e8..c76272e9 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -660,7 +660,7 @@ Cal Coop Ocean Fish Invest Lines/Stations =============================================================================== ------------------------------------------------------------------------------- -operation +proj=calcofi +ellps=GRS80 +lat_1=0.5 +lat_2=2 +no_defs +operation +proj=calcofi +ellps=GRS80 +lat_1=0.5 +lat_2=2 ------------------------------------------------------------------------------- tolerance 0.1 mm accept 2 1 @@ -683,7 +683,7 @@ accept -200 -100 expect -62.486322854 87.980755945 ------------------------------------------------------------------------------- -operation +proj=calcofi +R=6400000 +lat_1=0.5 +lat_2=2 +no_defs +operation +proj=calcofi +R=6400000 +lat_1=0.5 +lat_2=2 ------------------------------------------------------------------------------- tolerance 0.1 mm accept 2 1 @@ -2191,7 +2191,7 @@ Krovak =============================================================================== ------------------------------------------------------------------------------- -operation +proj=krovak +ellps=GRS80 +no_defs +operation +proj=krovak +ellps=GRS80 ------------------------------------------------------------------------------- tolerance 0.1 mm accept 2 1 @@ -5220,7 +5220,7 @@ van der Grinten (I) =============================================================================== ------------------------------------------------------------------------------- -operation +proj=vandg +a=6400000 +lat_1=0.5 +lat_2=2 +no_defs +operation +proj=vandg +a=6400000 +lat_1=0.5 +lat_2=2 ------------------------------------------------------------------------------- tolerance 0.1 mm accept 2 1 diff --git a/test/gie/ellipsoid.gie b/test/gie/ellipsoid.gie index 91ab73d7..88419346 100644 --- a/test/gie/ellipsoid.gie +++ b/test/gie/ellipsoid.gie @@ -57,7 +57,7 @@ expect failure errno unknown_ellp_param operation proj=merc +a=-1 expect failure errno major_axis_not_given -operation proj=merc no_defs +operation proj=merc expect failure errno major_axis_not_given operation proj=merc +es=-1 |
