diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-27 00:07:24 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-03-27 11:37:13 +0200 |
| commit | bcd647fe82e45efd51c3a64e348b99b38c839e2b (patch) | |
| tree | 062513bb8459d55fddbcfe0f6105679d58325a82 | |
| parent | 234eba764d7fea67b597d8f9ed5225e651f4a945 (diff) | |
| download | PROJ-bcd647fe82e45efd51c3a64e348b99b38c839e2b.tar.gz PROJ-bcd647fe82e45efd51c3a64e348b99b38c839e2b.zip | |
Change units of axisswap to 'whatever'
Since units are validated during pipeline setup we need to make sure
that axisswap can be used for more than just projected outputs.
| -rw-r--r-- | src/PJ_axisswap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_axisswap.c b/src/PJ_axisswap.c index 44446d9c..0b81a733 100644 --- a/src/PJ_axisswap.c +++ b/src/PJ_axisswap.c @@ -277,8 +277,8 @@ PJ *CONVERSION(axisswap,0) { P->left = PJ_IO_UNITS_ANGULAR; P->right = PJ_IO_UNITS_ANGULAR; } else { - P->left = PJ_IO_UNITS_PROJECTED; - P->right = PJ_IO_UNITS_PROJECTED; + P->left = PJ_IO_UNITS_WHATEVER; + P->right = PJ_IO_UNITS_WHATEVER; } |
