diff options
| author | Raven Kopelman <raven.kopelman@safe.com> | 2020-01-21 09:53:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 09:53:10 -0800 |
| commit | 46d97de5bb799aa640669211f8059a5d365b696b (patch) | |
| tree | 6f0a37e6b1c80eb9e38256b93b67d38e2be4630c /docs/source | |
| parent | 673c60b140e4860d7f34b5c6c14046e7423d70a1 (diff) | |
| download | PROJ-46d97de5bb799aa640669211f8059a5d365b696b.tar.gz PROJ-46d97de5bb799aa640669211f8059a5d365b696b.zip | |
Doc use of vertical grids with spaces in path
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/operations/transformations/vgridshift.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/vgridshift.rst b/docs/source/operations/transformations/vgridshift.rst index 04be5b1b..5e958477 100644 --- a/docs/source/operations/transformations/vgridshift.rst +++ b/docs/source/operations/transformations/vgridshift.rst @@ -103,6 +103,9 @@ Required 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.gtx"` + Grids are expected to be in GTX format. Optional |
