[GRASS-dev] [GRASS GIS] #903: Category color in r.grow
GRASS GIS
trac at osgeo.org
Tue Feb 2 07:03:56 EST 2010
#903: Category color in r.grow
-------------------------+--------------------------------------------------
Reporter: clerici | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Keywords: | Platform: Linux
Cpu: Unspecified |
-------------------------+--------------------------------------------------
The r.grow command assign to the grown cells a new category as selected by
user, but not a new color. The color is the same as one of the existing
categories.
For example, using the railroads map in Spearfish (in which the lines have
the categories 1 and 2):[[BR]]
r.grow in=railroads ou=railroads.grown1 new=3[[BR]]
produces a three categories' map with the color of category 1 assigned to
the new category 3.[[BR]]
Whith: r.grow in=railroads ou=railroads.grown2 new=4 [[BR]]
produces a three categories' map with the color of category 2 assigned to
the new category 4.
With new=5 the color assigned is again the color 1, with new=6 the color 2
is assigned, and so on.[[BR]]
Same results with GRASS6.5, 6.4, 6.3 (with GRASS6.2 I didn't obtain any
growing).
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/903>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list