[GRASS-SVN] r48108 - in grass/trunk/scripts: d.redraw d.vect.thematic g.extension m.proj r.in.wms v.in.wfs v.what.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 4 09:16:47 EDT 2011


Author: neteler
Date: 2011-09-04 06:16:47 -0700 (Sun, 04 Sep 2011)
New Revision: 48108

Modified:
   grass/trunk/scripts/d.redraw/d.redraw.html
   grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html
   grass/trunk/scripts/g.extension/g.extension.html
   grass/trunk/scripts/m.proj/m.proj.html
   grass/trunk/scripts/r.in.wms/r.in.wms.html
   grass/trunk/scripts/v.in.wfs/v.in.wfs.html
   grass/trunk/scripts/v.what.vect/v.what.vect.html
Log:
HTML cosmetics

Modified: grass/trunk/scripts/d.redraw/d.redraw.html
===================================================================
--- grass/trunk/scripts/d.redraw/d.redraw.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/d.redraw/d.redraw.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -1,8 +1,8 @@
 <h2>DESCRIPTION</h2>
 
-<em>d.redraw</em> redraws the content of currently selected
-monitor. Active monitor can be selected
-by <em><a href="d.mon.html">d.mon</a></em>.
+<em>d.redraw</em> redraws the content of the currently selected
+monitor. The active monitor can be selected
+with <em>d.mon</em>.
 
 <h2>SEE ALSO</h2>
  

Modified: grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html
===================================================================
--- grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/d.vect.thematic/d.vect.thematic.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>d.vect.thematic</em>  - Creates thematic  maps from vectors of
+<em>d.vect.thematic</em> creates thematic maps from vectors of
 all types and numeric attributes (stored in the data table connected to a vector
 map). Thematic maps can be displayed by either a graduated color scheme (for
 all vector types), as graduated icon sizes (for point and centroid types), or

Modified: grass/trunk/scripts/g.extension/g.extension.html
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/g.extension/g.extension.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -10,7 +10,7 @@
 
 <h2>EXAMPLES</h2>
 
-Download and install i.landsat.toar into current GRASS installation:
+Download and install <em>i.landsat.toar</em> into current GRASS installation:
 
 <div class="code"><pre>
 g.extension extension=i.points.auto operation=add

Modified: grass/trunk/scripts/m.proj/m.proj.html
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/m.proj/m.proj.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -98,7 +98,7 @@
 </pre></div>
 
 <P><BR>
-To transform points from a UTM projection into the Gauss-Krüger Grid
+To transform points from a UTM projection into the Gauss-Kr&uuml;ger Grid
 System, importing and exporting to files:
 
 <div class="code"><pre>

Modified: grass/trunk/scripts/r.in.wms/r.in.wms.html
===================================================================
--- grass/trunk/scripts/r.in.wms/r.in.wms.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/r.in.wms/r.in.wms.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -123,15 +123,15 @@
 <h2>SEE ALSO</h2>
 
 <em>
-  <a href="r.tileset.html">r.tileset</a>,
-  <a href="r.in.gdal.html">r.in.gdal</a>,
-  <a href="r.patch.html">r.patch</a>,
-  <a href="r.colors.html">r.colors</a>,
-  <a href="r.composite.html">r.composite</a><br><br>
-  <a href="v.in.wfs.html">v.in.wfs</a>
+<a href="r.tileset.html">r.tileset</a>,
+<a href="r.in.gdal.html">r.in.gdal</a>,
+<a href="r.patch.html">r.patch</a>,
+<a href="r.colors.html">r.colors</a>,
+<a href="r.composite.html">r.composite</a><br><br>
+<a href="v.in.wfs.html">v.in.wfs</a>
 </em>
 
-<H2>AUTHORS</H2>
+<h2>AUTHORS</h2>
 
 Soeren Gebbert, Jachym Cepicky, and Cedric Shock<br>
 Updated for GRASS 7 by Martin Landa, CTU in Prague, Czech Republic (05/2009)

Modified: grass/trunk/scripts/v.in.wfs/v.in.wfs.html
===================================================================
--- grass/trunk/scripts/v.in.wfs/v.in.wfs.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/v.in.wfs/v.in.wfs.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -10,7 +10,7 @@
 <div class="code"><pre>
 # run in LatLong location:
 v.in.wfs \
- url="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&amp;SERVICE=WFS&amp;VERSION=1.0.0" out=grass_users
+ url="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0" out=grass_users
 
 v.db.select grass_users where="name ~ 'Markus'"
 </pre></div>

Modified: grass/trunk/scripts/v.what.vect/v.what.vect.html
===================================================================
--- grass/trunk/scripts/v.what.vect/v.what.vect.html	2011-09-04 11:57:13 UTC (rev 48107)
+++ grass/trunk/scripts/v.what.vect/v.what.vect.html	2011-09-04 13:16:47 UTC (rev 48108)
@@ -46,14 +46,14 @@
 
 <div class="code"><pre>
 # extract populated places from geonames
-v.extract geonames_IT where="featurecla='P'" out=geonames_IT_cities
+v.extract geonames_IT where="featurecla='P'" output=geonames_IT_cities
 # add new column 
 v.db.addcol corine_code111_112_cities column="gnameid double precision"
 # transfer geonameid (3000m maximal distance between points and centroids)
 v.what.vect corine_code111_112_cities qmap=geonames_IT_cities column=gnameid \
             qcolumn=geonameid dmax=3000
 # now gnameid can be used for v.db.join to join further
-# attributes in from Geonames.org
+# attributes in from geonames.org
 </pre></div>
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list