From 7bb5d00b2172053682b093c15021a1c53f1aafb2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 17 Mar 2020 19:32:15 +0100 Subject: cs2cs: don't require +to for '{source_crs} {target_crs} filename...' syntax (fixes #2012) --- docs/source/apps/cs2cs.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/source/apps') 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 *********** -- cgit v1.2.3