aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-05-22 00:56:37 +0300
committerKristian Evers <kristianevers@gmail.com>2019-05-22 00:56:37 +0300
commit0aacb0a14e714e249b986d6f4ddfc8f877af325f (patch)
tree4d8981023a6ac26d2d78389809436f7dd384a6e6 /docs/source
parent52324817002107b51df7cd9abcd5fa687494c10c (diff)
downloadPROJ-0aacb0a14e714e249b986d6f4ddfc8f877af325f.tar.gz
PROJ-0aacb0a14e714e249b986d6f4ddfc8f877af325f.zip
UTM doc: Move +south and +approx parameters to optional section
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/projections/utm.rst7
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