diff options
| author | Thomas Knudsen <thokn@sdfe.dk> | 2018-01-29 20:47:44 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-01-31 16:26:57 +0100 |
| commit | 52c20a2e095c63fab6e4158c92b8995d882cbe62 (patch) | |
| tree | 58772da8e08b8cc79eb42a192ff556482c43c7f4 /src/PJ_ob_tran.c | |
| parent | 0770483f47593317b594e5602e6c2084cab5222e (diff) | |
| download | PROJ-52c20a2e095c63fab6e4158c92b8995d882cbe62.tar.gz PROJ-52c20a2e095c63fab6e4158c92b8995d882cbe62.zip | |
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Diffstat (limited to 'src/PJ_ob_tran.c')
| -rw-r--r-- | src/PJ_ob_tran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_ob_tran.c b/src/PJ_ob_tran.c index debb211c..c447ac08 100644 --- a/src/PJ_ob_tran.c +++ b/src/PJ_ob_tran.c @@ -232,7 +232,7 @@ PJ *PROJECTION(ob_tran) { /* Support some rather speculative test cases, where the rotated projection */ /* is actually latlong. We do not want scaling in that case... */ - if (Q->link->right==PJ_IO_UNITS_RADIANS) + if (Q->link->right==PJ_IO_UNITS_ANGULAR) P->right = PJ_IO_UNITS_PROJECTED; |
