aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-11 21:26:39 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-02-11 21:26:49 +0100
commita9ce8aa28f0ccf775f238b2ca1bafca0c7616bcf (patch)
tree8702b37624f15538bca0936d9beeca893268302f /docs/source
parentece7a8b2518fa470dfff0525b2eb524d7f49bebe (diff)
downloadPROJ-a9ce8aa28f0ccf775f238b2ca1bafca0c7616bcf.tar.gz
PROJ-a9ce8aa28f0ccf775f238b2ca1bafca0c7616bcf.zip
Doc: ob_tran.rst: fix name of o_lon_1, o_lat_1, o_lon_2, o_lat_2 parameters
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/projections/ob_tran.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/operations/projections/ob_tran.rst b/docs/source/operations/projections/ob_tran.rst
index 7e7242ff..2ede2dd6 100644
--- a/docs/source/operations/projections/ob_tran.rst
+++ b/docs/source/operations/projections/ob_tran.rst
@@ -92,19 +92,19 @@ Rotate about point
New "equator" points
................................................................................
-.. option:: +lon_1=<value>
+.. option:: +o_lon_1=<value>
Longitude of first point.
-.. option:: +lat_1=<value>
+.. option:: +o_lat_1=<value>
Latitude of first point.
-.. option:: +lon_2=<value>
+.. option:: +o_lon_2=<value>
Longitude of second point.
-.. option:: +lat_2=<value>
+.. option:: +o_lat_2=<value>
Latitude of second point.