aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/gall.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/operations/projections/gall.rst')
-rw-r--r--docs/source/operations/projections/gall.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/operations/projections/gall.rst b/docs/source/operations/projections/gall.rst
index ba7de8e3..c5f05478 100644
--- a/docs/source/operations/projections/gall.rst
+++ b/docs/source/operations/projections/gall.rst
@@ -46,12 +46,12 @@ Unlike the Mercator, the Gall shows the poles as lines running across the top an
Example using Gall Stereographical ::
$ echo 9 51 | proj +proj=gall +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +units=m
- 708432.90 5193386.36
+ 708432.90 5193386.36
Example using Gall Stereographical (Central meridian 90°W) ::
$ echo 9 51 | proj +proj=gall +lon_0=90w +x_0=0 +y_0=0 +ellps=WGS84 +units=m
- 7792761.91 5193386.36
+ 7792761.91 5193386.36
Parameters
################################################################################