aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-03-18 10:27:24 +0100
committerGitHub <noreply@github.com>2020-03-18 10:27:24 +0100
commit3cd1668e0283edaf0c1e31f1c6b9aa6331e5b088 (patch)
treebebc72fe639213d002efe6fe64ab3c0ffb25398a /docs/source
parent2b4037d7a02598ec7747d2d4ad88c41de08f430f (diff)
parent5c7f901bf35a6b4801cecb6c41cc62be2fdb5c94 (diff)
downloadPROJ-3cd1668e0283edaf0c1e31f1c6b9aa6331e5b088.tar.gz
PROJ-3cd1668e0283edaf0c1e31f1c6b9aa6331e5b088.zip
Merge pull request #2081 from PROJ-BOT/backport-2080-to-7.0
[Backport 7.0] cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (fixes #2012)
Diffstat (limited to 'docs/source')
-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
***********