@@ -59,12 +59,6 @@ This command can also be used as the first step of :ref:`gdal_vector_pipeline`.
5959Program-Specific Options
6060------------------------
6161
62- .. option :: -d , --dst-crs <SRC-CRS >
63-
64- Set destination spatial reference.
65-
66- .. include :: options/srs_def_gdalwarp.rst
67-
6862.. option :: --field-strategy union|intersection
6963
7064 Determines how the schema of the target layer is built from the schemas of
@@ -75,11 +69,24 @@ Program-Specific Options
7569 - ``intersection `` to use a sub-set of all the common fields from all
7670 source layers.
7771
72+ .. option :: --input-crs , -s <INPUT-CRS >
73+
74+ Set (override) input spatial reference. If not specified the SRS found in the input
75+ dataset will be used.
76+
77+ .. include :: options/srs_def_gdalwarp.rst
78+
7879.. option :: --mode merge-per-layer-name|stack|single
7980
8081 Determine the strategy to create output layers from source layers. See
8182 introductory paragraph for more details.
8283
84+ .. option :: --output-crs , -d <OUTPUT-CRS >
85+
86+ Set output spatial reference. Inputs will be reprojected to this CRS if necessary.
87+
88+ .. include :: options/srs_def_gdalwarp.rst
89+
8390.. option :: --output-layer <OUTPUT-LAYER >
8491
8592 Name of the output vector layer (in ``single `` mode, and the default is
@@ -113,13 +120,6 @@ Program-Specific Options
113120 determined :option: `--source-layer-field-content `.
114121
115122
116- .. option :: -s , --src-crs <SRC-CRS >
117-
118- Set source spatial reference. If not specified the SRS found in the input
119- dataset will be used.
120-
121- .. include :: options/srs_def_gdalwarp.rst
122-
123123Standard Options
124124----------------
125125
0 commit comments