diff options
| author | Adam Wulkiewicz <adam.wulkiewicz@gmail.com> | 2018-03-02 18:31:13 +0100 |
|---|---|---|
| committer | Adam Wulkiewicz <adam.wulkiewicz@gmail.com> | 2018-03-02 18:31:13 +0100 |
| commit | 60d93bae884a3b3067f5089d00c2cda2c2aa0111 (patch) | |
| tree | aba3e7686e144969f93f5c2a64e8896ea5f20437 /src/PJ_omerc.c | |
| parent | 780a176243c7ec58a1da6ee8f2b6270d3e3a720f (diff) | |
| download | PROJ-60d93bae884a3b3067f5089d00c2cda2c2aa0111.tar.gz PROJ-60d93bae884a3b3067f5089d00c2cda2c2aa0111.zip | |
Improve consistency of parameters in omerc and tpers projections.
Diffstat (limited to 'src/PJ_omerc.c')
| -rw-r--r-- | src/PJ_omerc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_omerc.c b/src/PJ_omerc.c index eca5b241..4bfb1fd8 100644 --- a/src/PJ_omerc.c +++ b/src/PJ_omerc.c @@ -122,7 +122,7 @@ PJ *PROJECTION(omerc) { return pj_default_destructor (P, ENOMEM); P->opaque = Q; - Q->no_rot = pj_param(P->ctx, P->params, "tno_rot").i; + Q->no_rot = pj_param(P->ctx, P->params, "bno_rot").i; if ((alp = pj_param(P->ctx, P->params, "talpha").i) != 0) alpha_c = pj_param(P->ctx, P->params, "ralpha").f; if ((gam = pj_param(P->ctx, P->params, "tgamma").i) != 0) |
