aboutsummaryrefslogtreecommitdiff
path: root/docs/source/apps/cs2cs.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-17 19:32:15 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-18 09:35:16 +0100
commit7bb5d00b2172053682b093c15021a1c53f1aafb2 (patch)
tree2934b245b610309cbdd83c562120828a6dd723ba /docs/source/apps/cs2cs.rst
parent0d630d411abc14c0fab1f137dcfe501c0de28883 (diff)
downloadPROJ-7bb5d00b2172053682b093c15021a1c53f1aafb2.tar.gz
PROJ-7bb5d00b2172053682b093c15021a1c53f1aafb2.zip
cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (fixes #2012)
Diffstat (limited to 'docs/source/apps/cs2cs.rst')
-rw-r--r--docs/source/apps/cs2cs.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst
index 1a1e785d..22c30fb6 100644
--- a/docs/source/apps/cs2cs.rst
+++ b/docs/source/apps/cs2cs.rst
@@ -15,19 +15,16 @@ Synopsis
or
- **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} +to {target_crs} file ...
+ **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} {target_crs} file ...
where {source_crs} or {target_crs} is a PROJ string, a WKT string or a AUTHORITY:CODE
(where AUTHORITY is the name of a CRS authority and CODE the code of a CRS
found in the proj.db database), expressing a coordinate reference system.
-.. versionadded:: 6.0.0
+ .. versionadded:: 6.0.0
-or
-
- **cs2cs** [**-eEfIlrstvwW** [args]] {source_crs} {target_crs}
-
-.. versionadded:: 6.0.0
+ .. note:: before 7.0.1, it was needed to add +to between {source_crs} and {target_crs}
+ when adding a filename
Description
***********