diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-18 07:10:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-18 07:10:42 +0100 |
| commit | 8584dcd50777355b460b38418cae0db05dcf91bc (patch) | |
| tree | b7335182c91737ceda8518a638ac5a79bd2bc5b2 /test/cli | |
| parent | 3fc48e6146e020b86a0ef87749cc645f9b4fa113 (diff) | |
| parent | 25f8ad123dc5fb7de0ac2fb10b55ae9efd2723a3 (diff) | |
| download | PROJ-8584dcd50777355b460b38418cae0db05dcf91bc.tar.gz PROJ-8584dcd50777355b460b38418cae0db05dcf91bc.zip | |
Merge pull request #1223 from rouault/unify_proj_create
Unify proj_create(), proj_create_from_user_input() and proj_create_from_proj_string() (fixes #1214)
Diffstat (limited to 'test/cli')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 462e8062..ebc59c40 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -1,6 +1,6 @@ Testing projinfo EPSG:4326 PROJ.4 string: -+proj=longlat +datum=WGS84 +no_defs ++proj=longlat +datum=WGS84 +no_defs +type=crs WKT2_2018 string: GEOGCRS["WGS 84", @@ -78,7 +78,7 @@ GEOGCRS["WGS 84", Testing projinfo -o ALL EPSG:4326 PROJ.4 string: -+proj=longlat +datum=WGS84 +no_defs ++proj=longlat +datum=WGS84 +no_defs +type=crs WKT2_2015 string: GEODCRS["WGS 84", @@ -555,7 +555,7 @@ Alternative non-deprecated CRS: EPSG:3003 PROJ.4 string: -+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +pm=rome +units=m +no_defs ++proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +pm=rome +units=m +no_defs +type=crs WKT2_2018 string: PROJCRS["Monte Mario (Rome) / Italy zone 1", @@ -602,7 +602,7 @@ Warning: Parsing error : syntax error, unexpected UNIT, expecting PRIMEM. Error HEROID["WGS 84",6378137,298.257223563]],UNIT["degree",0.0174532925199433]] ^ PROJ.4 string: -+proj=longlat +datum=WGS84 +no_defs ++proj=longlat +datum=WGS84 +no_defs +type=crs WKT2_2018 string: GEOGCRS["WGS 84", @@ -623,5 +623,5 @@ GEOGCRS["WGS 84", Testing CRS with towgs84: projinfo -o PROJ EPSG:25832 PROJ.4 string: -+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs ++proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs |
