[GRASS-SVN] r48143 - in grass/trunk/display: d.geodesic d.rhumbline
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 5 13:28:20 EDT 2011
Author: neteler
Date: 2011-09-05 10:28:20 -0700 (Mon, 05 Sep 2011)
New Revision: 48143
Added:
grass/trunk/display/d.geodesic/d_geodesic.png
grass/trunk/display/d.rhumbline/d_rhumbline.png
Modified:
grass/trunk/display/d.geodesic/d.geodesic.html
grass/trunk/display/d.rhumbline/d.rhumbline.html
Log:
example + screenshot (grid missing) added
Modified: grass/trunk/display/d.geodesic/d.geodesic.html
===================================================================
--- grass/trunk/display/d.geodesic/d.geodesic.html 2011-09-05 17:28:10 UTC (rev 48142)
+++ grass/trunk/display/d.geodesic/d.geodesic.html 2011-09-05 17:28:20 UTC (rev 48143)
@@ -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=yellow tcolor=red
+</pre></div>
+
+<p>
+<center>
+<img src="d_geodesic.png" border=1><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/trunk/display/d.geodesic/d_geodesic.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/display/d.geodesic/d_geodesic.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: grass/trunk/display/d.rhumbline/d.rhumbline.html
===================================================================
--- grass/trunk/display/d.rhumbline/d.rhumbline.html 2011-09-05 17:28:10 UTC (rev 48142)
+++ grass/trunk/display/d.rhumbline/d.rhumbline.html 2011-09-05 17:28:20 UTC (rev 48143)
@@ -12,28 +12,29 @@
coordinate locations must fall within the boundaries of the
user's current geographic region.
-<P>
-
-The user can run this program either interactively or
-non-interactively. If the user simply types
-<B>d.rhumbline</B> on the command line and runs it without specifying
-parameter values, the mouse will be activated and the user
-will be asked to use the mouse to indicate the two
-endpoints of the rhumbline. The rhumbline is then drawn in
-the default color (black). <!-- The program also outputs the
-coordinate locations of the two endpoints on the user's
-terminal and the number associated with the mouse button
-depressed by the user in a format useful for input to other
-programs. -->
-
-<P>
-
-Alternately, the user can specify the starting and ending
+<p>
+The user has to specify the starting and ending
longitude/latitude coordinates of the rhumbline and
(optionally) the color in which the rhumbline will be
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 wx0
+d.vect world_political type=area
+d.rhumbline coor=55:58W,33:18S,26:43E,60:37N lcolor=yellow tcolor=red
+</pre></div>
+
+<p>
+<center>
+<img src="d_rhumbline.png" border=1><BR>
+<i>Rhumbline (loxodrome)</i>
+</center>
+
+
<H2>NOTES</H2>
This program works only with longitude-latitude locations.
Added: grass/trunk/display/d.rhumbline/d_rhumbline.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/display/d.rhumbline/d_rhumbline.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list