diff options
Diffstat (limited to 'docs/source/operations')
| -rw-r--r-- | docs/source/operations/options/R.rst | 6 | ||||
| -rw-r--r-- | docs/source/operations/options/ellps.rst | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/operations/options/R.rst b/docs/source/operations/options/R.rst index 6d1b597e..40ccc384 100644 --- a/docs/source/operations/options/R.rst +++ b/docs/source/operations/options/R.rst @@ -1,4 +1,6 @@ .. option:: +R=<value> - Radius of the sphere given in meters. If used in conjunction with ``+ellps``, - ``+R`` takes precedence. + Radius of the sphere, given in meters. If used in conjunction with + ``+ellps``, :option:`+R` takes precedence. + + See :ref:`ellipsoid_size_parameters` for more information. diff --git a/docs/source/operations/options/ellps.rst b/docs/source/operations/options/ellps.rst index b754f741..9fda547f 100644 --- a/docs/source/operations/options/ellps.rst +++ b/docs/source/operations/options/ellps.rst @@ -1,5 +1,8 @@ .. option:: +ellps=<value> - See :option:`proj -le` for a list of available ellipsoids. + The name of a built-in ellipsoid definition. + + See :ref:`ellipsoids` for more information, or execute + :option:`proj -le` for a list of built-in ellipsoid names. *Defaults to "GRS80".* |
