[GRASS-SVN] r71407 - grass/trunk/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 15 23:58:03 PDT 2017


Author: hellik
Date: 2017-08-15 23:58:03 -0700 (Tue, 15 Aug 2017)
New Revision: 71407

Modified:
   grass/trunk/scripts/m.proj/m.proj.html
Log:
correct example for Long/Lat WGS84 output in decimal degree

Modified: grass/trunk/scripts/m.proj/m.proj.html
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.html	2017-08-15 22:00:08 UTC (rev 71406)
+++ grass/trunk/scripts/m.proj/m.proj.html	2017-08-16 06:58:03 UTC (rev 71407)
@@ -89,7 +89,7 @@
 v.out.ascii bridges | m.proj -o input=-
 
 # Long/Lat WGS84 output in decimal degree
-v.out.ascii bridges | m.proj -o input=-
+v.out.ascii bridges | m.proj -o -d input=-
 </pre></div>
 
 <h3>Reproject Long/Lat WGS84 coordinate pair to current map projection</h3>



More information about the grass-commit mailing list