diff options
Diffstat (limited to 'docs/source/usage/projections.rst')
| -rw-r--r-- | docs/source/usage/projections.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/usage/projections.rst b/docs/source/usage/projections.rst index 645c1eb1..871bc161 100644 --- a/docs/source/usage/projections.rst +++ b/docs/source/usage/projections.rst @@ -5,14 +5,14 @@ Cartographic projection ================================================================================ The foundation of PROJ is the large number of -:doc:`projections<operations/projections/index>` available in the library. This section +:doc:`projections<../operations/projections/index>` available in the library. This section is devoted to the generic parameters that can be used on any projection in the PROJ library. Below is a list of PROJ parameters which can be applied to most coordinate system definitions. This table does not attempt to describe the parameters particular to particular projection types. These can be found on the pages -documenting the individual :doc:`projections<operations/projections/index>`. +documenting the individual :doc:`projections<../operations/projections/index>`. ========== ================================================================ Parameter Description @@ -79,7 +79,7 @@ Longitude Wrapping By default PROJ wraps output longitudes in the range -180 to 180. The ``+over`` switch can be used to disable the default wrapping which is done at a low level in ``pj_inv()``. This is particularly useful with projections like the -:doc:`equidistant cylindrical<operations/projections/eqc>` +:doc:`equidistant cylindrical<../operations/projections/eqc>` where it would be desirable for X values past -20000000 (roughly) to continue past -180 instead of wrapping to +180. |
