[GRASS-SVN] r48142 - in grass/branches/develbranch_6/display: d.geodesic d.rhumbline

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 5 13:28:10 EDT 2011


Author: neteler
Date: 2011-09-05 10:28:10 -0700 (Mon, 05 Sep 2011)
New Revision: 48142

Added:
   grass/branches/develbranch_6/display/d.geodesic/d_geodesic.png
   grass/branches/develbranch_6/display/d.rhumbline/d_rhumbline.png
Modified:
   grass/branches/develbranch_6/display/d.geodesic/description.html
   grass/branches/develbranch_6/display/d.rhumbline/description.html
Log:
example + screenshot added

Added: grass/branches/develbranch_6/display/d.geodesic/d_geodesic.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/display/d.geodesic/d_geodesic.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: grass/branches/develbranch_6/display/d.geodesic/description.html
===================================================================
--- grass/branches/develbranch_6/display/d.geodesic/description.html	2011-09-05 17:28:03 UTC (rev 48141)
+++ grass/branches/develbranch_6/display/d.geodesic/description.html	2011-09-05 17:28:10 UTC (rev 48142)
@@ -26,6 +26,21 @@
 the user's graphics monitor. If the text color is set to <em>none</em>,
 the great circle distance is not displayed.
 
+<h2>EXAMPLE</h2>
+
+<div class="code"><pre>
+g.region vect=world_political -p
+d.mon wx0
+d.vect world_political type=area
+d.geodesic coor=55:58W,33:18S,26:43E,60:37N lcolor=red tcolor=violet
+</pre></div>
+
+<p>
+<center>
+<img src="d_geodesic.png" border=0><BR>
+<i>Geodesic line (great circle line)</i>
+</center>
+
 <H2>NOTES</H2>
 
 This program works only with GRASS locations using a longitude/latitude 

Added: grass/branches/develbranch_6/display/d.rhumbline/d_rhumbline.png
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/display/d.rhumbline/d_rhumbline.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: grass/branches/develbranch_6/display/d.rhumbline/description.html
===================================================================
--- grass/branches/develbranch_6/display/d.rhumbline/description.html	2011-09-05 17:28:03 UTC (rev 48141)
+++ grass/branches/develbranch_6/display/d.rhumbline/description.html	2011-09-05 17:28:10 UTC (rev 48142)
@@ -34,6 +34,23 @@
 displayed; in this case, the program will run
 non-interactively.
 
+<h2>EXAMPLE</h2>
+
+<div class="code"><pre>
+g.region vect=world_political -p
+d.mon x0
+d.vect world_political type=area
+d.grid 10
+d.rhumbline coor=55:58W,33:18S,26:43E,60:37N lcolor=red
+</pre></div>
+
+<p>
+<center>
+<img src="d_rhumbline.png" border=0><BR>
+<i>Rhumbline (loxodrome)</i>
+</center>
+
+
 <H2>NOTES</H2>
 
 This program works only with longitude-latitude locations. 



More information about the grass-commit mailing list