diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-26 15:49:03 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-28 13:51:28 +0200 |
| commit | 48b3bd9afe0ffccf06b2c8dceef1b636834ba876 (patch) | |
| tree | 6c498328a8fa11cd50ba0b3c794c4d28796ffe17 /docs/source/operations | |
| parent | 172744361c83d2a40c11600a398a0e1668052031 (diff) | |
| download | PROJ-48b3bd9afe0ffccf06b2c8dceef1b636834ba876.tar.gz PROJ-48b3bd9afe0ffccf06b2c8dceef1b636834ba876.zip | |
Implement wink2 inverse by generic inversion of forward method
- Move the generic method initiated from adams_ws2 to a
pj_generic_inverse_2d() method
- Use it in adams_ws2
- Use it in wink2
Fixes https://github.com/qgis/QGIS/issues/35512
Diffstat (limited to 'docs/source/operations')
| -rw-r--r-- | docs/source/operations/projections/wink2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/projections/wink2.rst b/docs/source/operations/projections/wink2.rst index 8fc5f55a..059a7efa 100644 --- a/docs/source/operations/projections/wink2.rst +++ b/docs/source/operations/projections/wink2.rst @@ -7,7 +7,7 @@ Winkel II +---------------------+----------------------------------------------------------+ | **Classification** | Pseudocylindrical | +---------------------+----------------------------------------------------------+ -| **Available forms** | Forward spherical projection | +| **Available forms** | Forward and inverse, spherical projection | +---------------------+----------------------------------------------------------+ | **Defined area** | Global | +---------------------+----------------------------------------------------------+ |
