[GRASS-user] How to set title of vector map

Hello,
does anybody know how to set the title of an existing vector map?
With raster maps I would use r.support title="Raster map title".
Thanks a lot,
Urs-Jakob

Urs-Jakob wrote:

Hello, does anybody know how to set the title of an
existing vector map? With raster maps I would use
r.support title="Raster map title". Thanks a lot,

In GRASS 6.3 there's v.supportr for that. In 6.2 you'd need
to manually edit the file
location/mapset/vector/vector_name/head

Maciek

Hi,

v.support map_name='Vector Map Title'
should work.

regards,
Daniel.

Urs-Jakob wrote:

Hello,
does anybody know how to set the title of an existing vector map?
With raster maps I would use r.support title="Raster map title".
Thanks a lot,
Urs-Jakob

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

Hi, thanks a lot for your replies.
I really have to update to 6.3...
--Urs-Jakob

Maciej Sieczka wrote:

In GRASS 6.3 there's v.supportr for that. In 6.2 you'd need
to manually edit the file
location/mapset/vector/vector_name/head

Maciek

Daniel McInerney wrote:

v.support map_name='Vector Map Title'
should work.

regards,
Daniel.