diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 17:39:53 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 17:39:53 +0200 |
| commit | 4cd3d007d73278c65b121866dde995ef6345bdb7 (patch) | |
| tree | 58b55783a4eee4b00b509f8bc32ba6fda1c21808 /docs/source/usage | |
| parent | bfa57264f65c6bc1f70d61873b1f9c14a1cb2032 (diff) | |
| download | PROJ-4cd3d007d73278c65b121866dde995ef6345bdb7.tar.gz PROJ-4cd3d007d73278c65b121866dde995ef6345bdb7.zip | |
Fix a fix sphinx warnings about unknown options
Diffstat (limited to 'docs/source/usage')
| -rw-r--r-- | docs/source/usage/differences.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
