diff options
| -rw-r--r-- | docs/source/index.rst | 2 | ||||
| -rw-r--r-- | docs/source/usage/differences.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 46b7e472..67f6496d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -77,7 +77,7 @@ PROJ * Enhanced numerical precision of forward spherical Mercator near the Equator (`#928 <https://github.com/OSGeo/proj.4/issues/928>`_) - * Added :option:`--skip-lines` option to :program:`cct` (`#923 <https://github.com/OSGeo/proj.4/issues/923>`_) + * Added ``--skip-lines`` option to :program:`cct` (`#923 <https://github.com/OSGeo/proj.4/issues/923>`_) * Consistently return ``NaN`` values on ``NaN`` input (`#949 <https://github.com/OSGeo/proj.4/issues/949>`_) diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst index 58e92cd8..149224fd 100644 --- a/docs/source/usage/differences.rst +++ b/docs/source/usage/differences.rst @@ -21,7 +21,7 @@ Longitude wrapping when using custom central meridian By default PROJ wraps output longitudes in the range -180 to 180. Previous to PROJ 5, this was handled incorrectly when a custom central meridian was set with -:option:`+lon`. This caused a change in sign on the resulting easting as seen +:option:`+lon_0`. This caused a change in sign on the resulting easting as seen below:: $ proj +proj=merc +lon_0=110 @@ -43,5 +43,5 @@ The change is made on the basis that :math:`\lambda=290^{\circ}` is a full rotation of the circle larger than :math:`\lambda=-70^{\circ}` and hence should return the same output for both. -Adding the :option:`+over` flag to the projection definition provides +Adding the ``+over`` flag to the projection definition provides the old behaviour. |
