[GRASSLIST:8069] how to add a point to a vector point layer?

Simple question: how you you add a point to a vector point layer that already exists in GRASS?

I've not had to use this, but v.append?

Jason Horn wrote:

Simple question: how you you add a point to a vector point layer that
already exists in GRASS?

On Thu, Aug 25, 2005 at 05:26:12PM -0400, Jason Horn wrote:

Simple question: how you you add a point to a vector point layer that
already exists in GRASS?

You may try
- v.patch (AFAIK no attibute table support yet which is really missing)
- v.digit (to do it manually)

Markus