diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-28 22:02:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-28 22:02:18 +0100 |
| commit | 0c0a2fa386fea82e666c940d7f70d3d9859d9b5c (patch) | |
| tree | 0fcdbe1913146645c499d48ee9e525c73bf91f96 /docs/source/apps | |
| parent | d3276a07b8a48e600332419d12886c34527d3162 (diff) | |
| parent | 2b880212e9b2ff6faeafb1f98c8fa76469c5907a (diff) | |
| download | PROJ-0c0a2fa386fea82e666c940d7f70d3d9859d9b5c.tar.gz PROJ-0c0a2fa386fea82e666c940d7f70d3d9859d9b5c.zip | |
Merge pull request #1300 from mwtoews/docs
Miscellaneous documentation fixes
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index fb17e480..151b3079 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -67,7 +67,7 @@ The following control parameters can appear in any order: .. option:: --summary When listing coordinate operations available between 2 CRS, return the - result in a summary format, mentionning only the name of the coordinate + result in a summary format, mentioning only the name of the coordinate operation, its accuracy and its area of use. .. note:: only used for coordinate operation computation @@ -104,7 +104,7 @@ The following control parameters can appear in any order: Specify how the area of use of coordinate operations found in the database are compared to the area of use specified explicitly with :option:`--area` or :option:`--bbox`, - or derivedi implictly from the area of use of the source and target CRS. + or derived implicitly from the area of use of the source and target CRS. By default, projinfo will only keep coordinate operations whose are of use is strictly within the area of interest (``contains`` strategy). If using the ``intersects`` strategy, the spatial test is relaxed, and any |
