Browse Source

rename d.thematic.area to d.vect.thematic (part 2)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63978 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
f5f30805b2
2 changed files with 7 additions and 5 deletions
  1. 3 3
      display/d.vect.thematic/d.thematic.area.html
  2. 4 2
      display/d.vect.thematic/main.c

+ 3 - 3
display/d.vect.thematic/d.thematic.area.html

@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>d.thematic.area</em> draws thematic choropleth vector maps based 
+<em>d.vect.thematic</em> draws thematic choropleth vector maps based 
 on an attribute column or an expression involving several columns. 
 It takes a list of class breaks (excluding the minimum and maximum 
 values) and a list of colors to apply to the classes (has to be the 
@@ -25,7 +25,7 @@ for painting a legend into that file.
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
-d.thematic.area -l map=communes3 column=pop \
+d.vect.thematic -l map=communes3 column=pop \
   breaks=111393.250000,222785.500000,334177.750000 \
   colors=255:0:0,0:255:0,0:0:255,0,0,0
 </pre></div>
@@ -35,7 +35,7 @@ pop/area) and the standard deviation algorithm to calculate class
 breaks for 5 classes:
 
 <div class="code"><pre>
-d.thematic.area -l map=communes2 column=pop/area algorithm=std \
+d.vect.thematic -l map=communes2 column=pop/area algorithm=std \
   nbclasses=5 colors=0:0:255,50:100:255,255:100:50,255:0:0,156:0:0
 </pre></div>
 

+ 4 - 2
display/d.vect.thematic/main.c

@@ -1,11 +1,13 @@
 /*
  ****************************************************************************
  *
- * MODULE:       d.area.thematic
+ * MODULE:       d.vect.thematic
  * AUTHOR(S):    Moritz Lennert, based on d.vect
  * PURPOSE:      display a thematic vector area map
  *               on top of the current image.
- * COPYRIGHT:    (C) 2007 by the GRASS Development Team
+ * TODO:         common part of code merge with d.vect (similarly as r.colors
+ *               and r3.colors)
+ * COPYRIGHT:    (C) 2007-2014 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS