diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-07 01:02:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-10 18:01:43 +0100 |
| commit | dc4acc001e7d5cd1f4d9af49eeb7e3770a1d5637 (patch) | |
| tree | df3e637ff060e8ddfd78cf20eec8c6b741f79690 /docs/source/operations/projections | |
| parent | fc1a72314c31f2a3dfdbce44e4f5025abd57f365 (diff) | |
| download | PROJ-dc4acc001e7d5cd1f4d9af49eeb7e3770a1d5637.tar.gz PROJ-dc4acc001e7d5cd1f4d9af49eeb7e3770a1d5637.zip | |
utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if es==0
ENOMEM was wrongly set after setting PJD_ERR_ELLIPSOID_USE_REQUIRED
Note: it is a bit strange to forbid the pure spherical case whereas the
maths would allow it. I presume this is due to the typical usage of those
methods.
Diffstat (limited to 'docs/source/operations/projections')
| -rw-r--r-- | docs/source/operations/projections/utm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/projections/utm.rst b/docs/source/operations/projections/utm.rst index 57df860d..e0ea89e4 100644 --- a/docs/source/operations/projections/utm.rst +++ b/docs/source/operations/projections/utm.rst @@ -11,7 +11,7 @@ longigude. +---------------------+----------------------------------------------------------+ | **Classification** | Transverse cylindrical, conformal | +---------------------+----------------------------------------------------------+ -| **Available forms** | Forward and inverse, Spherical and Elliptical | +| **Available forms** | Forward and inverse, Elliptical only | +---------------------+----------------------------------------------------------+ | **Defined area** | Within the used zone, but transformations of coordinates | | | in adjacent zones can be expected to be accurate as well | |
