diff options
| author | Bert Huijben <rhuijben@users.noreply.github.com> | 2022-01-07 15:19:44 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-07 15:36:55 +0000 |
| commit | a1ee5c0ac752836f541417c9a9c63439d94b23df (patch) | |
| tree | 175135363a886df1bfe99ddf8c8814094f316602 /docs/source/operations/projections/labrd.rst | |
| parent | 7b368619faa153d9186634cad2a48bdc932e041a (diff) | |
| download | PROJ-a1ee5c0ac752836f541417c9a9c63439d94b23df.tar.gz PROJ-a1ee5c0ac752836f541417c9a9c63439d94b23df.zip | |
labrd: document in the tagline and documentation that lat_0 is required (#2997)
Diffstat (limited to 'docs/source/operations/projections/labrd.rst')
| -rw-r--r-- | docs/source/operations/projections/labrd.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/source/operations/projections/labrd.rst b/docs/source/operations/projections/labrd.rst index 98a30556..c91e38b7 100644 --- a/docs/source/operations/projections/labrd.rst +++ b/docs/source/operations/projections/labrd.rst @@ -34,9 +34,10 @@ Parameters Required -------------------------------------------------------------------------------- -.. include:: ../options/lon_0.rst +.. option:: +lat_0=<value> + + Latitude of projection center. Must not be zero. -.. include:: ../options/lat_0.rst Optional -------------------------------------------------------------------------------- @@ -47,6 +48,8 @@ Optional *Defaults to 0.0* +.. include:: ../options/lon_0.rst + .. include:: ../options/R.rst .. include:: ../options/x_0.rst |
