Alberto Pettazzi wrote:
> I would like to include personalized icons in order to
> visualize them through the command:
>
> d.vect "vect_map" icon="my_icon"
>
> is it possible?
> if so, in which directory should I put the icon I want
to represent?
Although I am no expert in this field, I think /etc/symbol
under your local grass installation is the directory of your
interest.
lib/symbol/README in the source code says:
"Symbol drawing commands are stored in a text file (one file
for each symbol) which are located in
$GISBASE/etc/symbol/group/name or mapset/symbol/group/name
S_read() searches first in mapsets and then in $GISBASE
(symbol names in $GISBASE may be overidden by symbols of the
same group/name in mapset)."