diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-22 00:56:37 +0300 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-05-22 00:57:29 +0300 |
| commit | 0ccc6941d6da189678f556e5403ca4b58f0c482d (patch) | |
| tree | 51ce85a296da4b1c218c0d94d55a7d3500a0dc5e /docs/source/operations | |
| parent | 4c910ec2cd8ef07ef456d60b6bd00e2eec115dff (diff) | |
| download | PROJ-0ccc6941d6da189678f556e5403ca4b58f0c482d.tar.gz PROJ-0ccc6941d6da189678f556e5403ca4b58f0c482d.zip | |
UTM doc: Move +south and +approx parameters to optional section
Diffstat (limited to 'docs/source/operations')
| -rw-r--r-- | docs/source/operations/projections/utm.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/source/operations/projections/utm.rst b/docs/source/operations/projections/utm.rst index 8759f4eb..57df860d 100644 --- a/docs/source/operations/projections/utm.rst +++ b/docs/source/operations/projections/utm.rst @@ -62,6 +62,10 @@ Required Select which UTM zone to use. Can be a value between 1-60. + +Optional +------------------------------------------------------------------------------- + .. option:: +south Add this flag when using the UTM on the southern hemisphere. @@ -72,9 +76,6 @@ Required Use faster, less accurate algorithm for the Transverse Mercator. -Optional -------------------------------------------------------------------------------- - .. include:: ../options/ellps.rst Further reading |
