aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorRaven Kopelman <raven.kopelman@safe.com>2020-01-20 16:35:03 -0800
committerGitHub <noreply@github.com>2020-01-20 16:35:03 -0800
commite311d508b5d3a687590ab9b484edd4b1e4074e33 (patch)
tree77fa6ed2a4805d56ede400c0dd11dbac48054507 /docs/source
parentd6330021e80297493804ffecf6d108790c3e10f3 (diff)
downloadPROJ-e311d508b5d3a687590ab9b484edd4b1e4074e33.tar.gz
PROJ-e311d508b5d3a687590ab9b484edd4b1e4074e33.zip
Need quotes when a pipeline grid path contains spaces
Not certain whether this is appropriate when you are dealing with lists of grids, but it definitely helps for a single grid.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/operations/transformations/hgridshift.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/hgridshift.rst b/docs/source/operations/transformations/hgridshift.rst
index b1125f07..51431919 100644
--- a/docs/source/operations/transformations/hgridshift.rst
+++ b/docs/source/operations/transformations/hgridshift.rst
@@ -104,6 +104,9 @@ Required
Comma-separated list of grids to load. If a grid is prefixed by an `@` the
grid is considered optional and PROJ will the not complain if the grid is
not available.
+
+ If a grid is specified with a path that contains spaces, the value should
+ be quoted. e.g. `+grids="/my path/has/spaces.gsb"`
Grids are expected to be in CTable2, NTv1 or NTv2 format.