[GRASS-SVN] r63980 - in grass/trunk: gui/wxpython/core gui/wxpython/lmgr lib/gis vector/v.class
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 01:45:12 PST 2015
Author: martinl
Date: 2015-01-07 01:45:12 -0800 (Wed, 07 Jan 2015)
New Revision: 63980
Modified:
grass/trunk/gui/wxpython/core/utils.py
grass/trunk/gui/wxpython/lmgr/layertree.py
grass/trunk/lib/gis/renamed_options
grass/trunk/vector/v.class/v.class.html
Log:
rename d.thematic.area to d.vect.thematic (part 4)
Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py 2015-01-07 09:34:37 UTC (rev 63979)
+++ grass/trunk/gui/wxpython/core/utils.py 2015-01-07 09:45:12 UTC (rev 63980)
@@ -1006,7 +1006,7 @@
'd.rast.num' : 'rastnum',
'd.rast.leg' : 'maplegend',
'd.vect' : 'vector',
- 'd.thematic.area': 'thememap',
+ 'd.vect.thematic': 'thememap',
'd.vect.chart' : 'themechart',
'd.grid' : 'grid',
'd.geodesic' : 'geodesic',
Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py 2015-01-07 09:34:37 UTC (rev 63979)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py 2015-01-07 09:45:12 UTC (rev 63980)
@@ -1251,10 +1251,6 @@
elif ltype == 'vector':
cmd += GetDisplayVectSettings()
- # ltype == 'thememap':
- # -s flag requested, otherwise only first thematic category is displayed
- # should be fixed by C-based d.thematic.* modules
-
if cmd:
GUI(parent = self, centreOnParent = False).ParseCommand(cmd,
completed = (self.GetOptData,layer,params))
Modified: grass/trunk/lib/gis/renamed_options
===================================================================
--- grass/trunk/lib/gis/renamed_options 2015-01-07 09:34:37 UTC (rev 63979)
+++ grass/trunk/lib/gis/renamed_options 2015-01-07 09:45:12 UTC (rev 63980)
@@ -66,18 +66,13 @@
d.vect|bgcolor:label_bgcolor
d.vect|bcolor:label_boundary_color
d.vect|lsize:label_size
-# d.thematic.area
-d.thematic.area|bcolor:boundary_color
-d.thematic.area|bwidth:boundary_width
+# d.vect.thematic
+d.vect.thematic|bcolor:boundary_color
+d.vect.thematic|bwidth:boundary_width
# d.vect.chart
d.vect.chart|ctype:chart_type
d.vect.chart|ocolor:outline_color
d.vect.chart|sizecol:size_column
-# d.vect.thematic
-d.vect.thematic|pointcolor:point_color
-d.vect.thematic|linecolor:line_color
-d.vect.thematic|startcolor:start_color
-d.vect.thematic|endcolor:end_color
######################################
### Database management module changes
######################################
Modified: grass/trunk/vector/v.class/v.class.html
===================================================================
--- grass/trunk/vector/v.class/v.class.html 2015-01-07 09:34:37 UTC (rev 63979)
+++ grass/trunk/vector/v.class/v.class.html 2015-01-07 09:45:12 UTC (rev 63980)
@@ -12,7 +12,7 @@
Brussels (ULB).
It can be used to pipe class breaks into thematic mapping modules such
-as <em>d.thematic.area</em> (see example below);
+as <em>d.vect.thematic</em> (see example below);
<h2>NOTES</h2>
@@ -71,9 +71,9 @@
The following example uses the output of d.class and feeds it directly
-into <em>d.thematic.area</em>:
+into <em>d.vect.thematic</em>:
<div class="code"><pre>
-d.thematic.area -l map=communes2 column=pop/area \
+d.vect.thematic -l map=communes2 column=pop/area \
breaks=`v.class -g map=communes2 column=pop/area algo=std nbcla=5` \
colors=0:0:255,50:100:255,255:100:50,255:0:0,156:0:0
</pre></div>
@@ -82,7 +82,7 @@
<em>
<a href="v.univar.html">v.univar</a>,
-<a href="d.thematic.area.html">d.thematic.area</a>
+<a href="d.vect.thematic.html">d.vect.thematic</a>
</em>
More information about the grass-commit
mailing list