diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-12-19 10:28:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-19 10:28:16 +0100 |
| commit | a885fbb2f1f285c2cdadacdaa4616bf60184f925 (patch) | |
| tree | c1d7076563d147373266d932da46fcb366d1b40a /src/pj_init.c | |
| parent | 9b56f505139a09737f08152e4929cf7aed774a83 (diff) | |
| download | PROJ-a885fbb2f1f285c2cdadacdaa4616bf60184f925.tar.gz PROJ-a885fbb2f1f285c2cdadacdaa4616bf60184f925.zip | |
Some corrections in response to a review by Kristian Evers (#718)
* Some corrections in response to a review by Kristian Evers
Diffstat (limited to 'src/pj_init.c')
| -rw-r--r-- | src/pj_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_init.c b/src/pj_init.c index 7e885575..1b0f479f 100644 --- a/src/pj_init.c +++ b/src/pj_init.c @@ -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; |
