aboutsummaryrefslogtreecommitdiff
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:28:33 +0100
commit6747bd232d490a90922d5f0cdb0f9b54cc53ba84 (patch)
treef1fa758facc25a4cd6d7f46abf337f05a2fcd5a7
parent803fd1a7eead94c999015dc4b8471bb99cc30c60 (diff)
downloadPROJ-6747bd232d490a90922d5f0cdb0f9b54cc53ba84.tar.gz
PROJ-6747bd232d490a90922d5f0cdb0f9b54cc53ba84.zip
Doc: ob_tran.rst: fix name of o_lon_1, o_lat_1, o_lon_2, o_lat_2 parameters
-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.