[GRASS-SVN] r60783 - grass/branches/releasebranch_7_0/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 10 12:58:08 PDT 2014
Author: neteler
Date: 2014-06-10 12:58:08 -0700 (Tue, 10 Jun 2014)
New Revision: 60783
Modified:
grass/branches/releasebranch_7_0/scripts/m.proj/m.proj.html
Log:
m.proj manual: input=- is needed (while it should be default like in G6?)
Modified: grass/branches/releasebranch_7_0/scripts/m.proj/m.proj.html
===================================================================
--- grass/branches/releasebranch_7_0/scripts/m.proj/m.proj.html 2014-06-10 19:58:00 UTC (rev 60782)
+++ grass/branches/releasebranch_7_0/scripts/m.proj/m.proj.html 2014-06-10 19:58:08 UTC (rev 60783)
@@ -87,7 +87,7 @@
To convert a WGS84 long/lat coordinate to the current map projection
using the <b>-i</b> flag to set projection parameters automatically:
<div class="code"><pre>
-GRASS> echo "170.510125 -45.868537" | m.proj -i
+GRASS> echo "170.510125 -45.868537" | m.proj -i input=-
2316541.70 5479193.51 1.23
</pre></div>
More information about the grass-commit
mailing list