Skip to content

Commit

Permalink
Some corrections in response to a review by Kristian Evers (OSGeo#718)
Browse files Browse the repository at this point in the history
* Some corrections in response to a review by Kristian Evers
  • Loading branch information
busstoptaktik authored Dec 19, 2017
1 parent 9b56f50 commit a885fbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 43 deletions.
4 changes: 3 additions & 1 deletion nad/val_def.demo → examples/val_def.demo
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ e.g. using the cct 4D transformation program:

The system validation parts are used when validating the systems
defined in the file. This is done using the gie test program:
Place val_def.demo in your PROJ_LIB directory
(or set PROJ_LIB=<directory where val_def.demo lives>) and say:

gie val_def.demo

Which will respond with a report detailing how many tests succeeded,
This will result in a report detailing how many tests succeeded,
resp. failed.

The syntax of proj init files is orthogonal to the syntax of gie
Expand Down
1 change: 0 additions & 1 deletion src/gie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,6 @@ static int pj_unitconvert_selftest (void) {
ret = test_time(args3, 1e-6, in3, in3); if (ret) return ret + 30;
ret = test_time(args4, 1e-6, in4, exp4); if (ret) return ret + 40;
ret = test_xyz (args5, 1e-10, in5, exp5); if (ret) return ret + 50;
ret = test_xyz (args6, 1e-10, in6, in6); if (ret) return ret + 50;
ret = test_xyz (args6, 1e-10, in6, in6); if (ret) return ret + 60;
ret = test_time(args7, 1e-6, in7, in7); if (ret) return ret + 70;

Expand Down
1 change: 1 addition & 0 deletions src/pj_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ where 'ellps=intl' precedes 'ellps=GRS80', and hence takes precedence,
turning the expansion into an UTM projection on the Hayford ellipsoid.
Note that 'init=foo:bar' stays in the list. It is ignored after expansion.
******************************************************************************/
paralist *last;
paralist *expn;
Expand Down
41 changes: 0 additions & 41 deletions test/gie/pip.gie

This file was deleted.

0 comments on commit a885fbb

Please sign in to comment.