aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-03-18 08:35:46 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2020-03-18 08:35:46 +0000
commit5c7f901bf35a6b4801cecb6c41cc62be2fdb5c94 (patch)
treebebc72fe639213d002efe6fe64ab3c0ffb25398a /docs/source
parent2b4037d7a02598ec7747d2d4ad88c41de08f430f (diff)
downloadPROJ-5c7f901bf35a6b4801cecb6c41cc62be2fdb5c94.tar.gz
PROJ-5c7f901bf35a6b4801cecb6c41cc62be2fdb5c94.zip
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
***********