Skip to content

Commit 69dea10

Browse files
authored
Update proj.rst example to modern usage (OSGeo#3754)
1 parent 683c716 commit 69dea10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/apps/proj.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,18 @@ The following script
192192

193193
.. code-block:: console
194194
195-
proj +proj=utm +lon_0=112w +ellps=clrk66 -r <<EOF
195+
proj +proj=utm +zone=12 +ellps=GRS80 -r <<EOF
196196
45d15'33.1" 111.5W
197197
45d15.551666667N -111d30
198198
+45.25919444444 111d30'000w
199199
EOF
200200
201-
will perform UTM forward projection with a standard UTM central meridian
202-
nearest longitude 112W. The geographic values of this example are equivalent
201+
will perform UTM zone 12 forward projection.
202+
The geographic values of this example are equivalent
203203
and meant as examples of various forms of DMS input. The x-y output
204204
data will appear as three lines of::
205205

206-
460769.27 5011648.45
206+
460770.43 5011865.86
207207

208208
.. only:: man
209209

0 commit comments

Comments
 (0)