[GRASS-dev] v.edit initial version

Hi!

I added v.edit to the CVS. This initial version can only add points (one or many) to a map. It does not touch the database yet.

I have a problem with the field variable in Vect_cat_set and friends. What does it mean and what does it do? In my tests it seem that it should be 1... Can someone explain it? Also what does it have to do with the fields member of the line_cats structure?

--Wolf

--

<:3 )---- Wolf Bergenheim ----( 8:>

Wow. That was fast.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Wolf Bergenheim <wolf+grass@bergenheim.net>
Date: Fri, 26 May 2006 13:47:09 +0300 (EEST)
To: GRASS developers list <grass-dev@grass.itc.it>
Subject: [GRASS-dev] v.edit initial version

Hi!

I added v.edit to the CVS. This initial version can only add points (one
or many) to a map. It does not touch the database yet.

I have a problem with the field variable in Vect_cat_set and friends. What
does it mean and what does it do? In my tests it seem that it should be
1... Can someone explain it? Also what does it have to do with the fields
member of the line_cats structure?

--Wolf

--

<:3 )---- Wolf Bergenheim ----( 8:>

On Fri, 26 May 2006, Michael Barton wrote:

Wow. That was fast.

Heh. I had 2 days of from work (; I have now updated it so that it can handle error situations better and you can also upload values to the (for now layer 1) database.

--W

--

<:3 )---- Wolf Bergenheim ----( 8:>

Also what does it have to do with the fields member of the line_cats
structure?

Vector "layers" used to be called "fields", but this was renamed. The
code still talks about "fields" in places.

Hamish