[GRASS-SVN] r60782 - grass/trunk/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 10 12:58:00 PDT 2014
Author: neteler
Date: 2014-06-10 12:58:00 -0700 (Tue, 10 Jun 2014)
New Revision: 60782
Modified:
grass/trunk/scripts/m.proj/m.proj.html
Log:
m.proj manual: input=- is needed (while it should be default like in G6?)
Modified: grass/trunk/scripts/m.proj/m.proj.html
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.html 2014-06-10 13:58:38 UTC (rev 60781)
+++ grass/trunk/scripts/m.proj/m.proj.html 2014-06-10 19:58:00 UTC (rev 60782)
@@ -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