[GRASS-SVN] r71408 - grass/branches/releasebranch_7_2/scripts/m.proj

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


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

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

Modified: grass/branches/releasebranch_7_2/scripts/m.proj/m.proj.html
===================================================================
--- grass/branches/releasebranch_7_2/scripts/m.proj/m.proj.html	2017-08-16 06:58:03 UTC (rev 71407)
+++ grass/branches/releasebranch_7_2/scripts/m.proj/m.proj.html	2017-08-16 06:58:58 UTC (rev 71408)
@@ -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