aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2016-10-20 22:18:10 +0200
committerKristian Evers <kristianevers@gmail.com>2016-10-20 22:18:10 +0200
commitf253355bc22b118049c0f205bdd47e7fee6afe23 (patch)
tree4974034b7259fb53b133f88a04fe7e18143f2b36 /docs
parent9133b3d855f90d4a5d0a53842fe151efe7235988 (diff)
downloadPROJ-f253355bc22b118049c0f205bdd47e7fee6afe23.tar.gz
PROJ-f253355bc22b118049c0f205bdd47e7fee6afe23.zip
Added a comment about default units for projected coordinates
Diffstat (limited to 'docs')
-rw-r--r--docs/source/parameters.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/source/parameters.rst b/docs/source/parameters.rst
index 5fdda8aa..e4623b9a 100644
--- a/docs/source/parameters.rst
+++ b/docs/source/parameters.rst
@@ -152,8 +152,11 @@ Units
Horizontal units can be specified using the +units= keyword with a symbolic
name for a unit (ie. us-ft). Alternatively the translation to meters can be
specified with the +to_meter keyword (ie. 0.304800609601219 for US feet). The
-``-lu`` argument to cs2cs or proj can be used to list symbolic unit names. The
-default unit is degrees.
+``-lu`` argument to cs2cs or proj can be used to list symbolic unit names.
+The default unit for projected coordinates is the meter.
+A few special projections deviate from this behaviour, most notably the
+latlong pseudo-projection that returns degrees.
+
Vertical Units
--------------------------------------------------------------------------------