Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Reshape...

I've have yet to use it but yes you should be able to do that and more. The attribute can also be another attribute or an expression. Its pretty cool. But if you just want a single value then I think you'll have to do something like:

the_geom=the_geom
area=area
perimetro=perimetro
netnum=netnum
quota=quota
basin='string'

Notice that I added quotes.

Jody has a page on this at:

Hmm seems the website is down. I'm going to blame jody ;). I'll find the page later.

Jesse


Le 22-Jan-08 à 12:39 AM, Silvia Franceschi a écrit :

Hi all,
I am trying to use the reshape function in Udig.
I have a shapefile with some attributes and I want to add a column containing a String that I will fill manually later. I tried to add the column but I can not find the way to add the column with a specific type of data without copying the values of an other column.
This are the original shapefile attributes:
the_geom=the_geom
area=area
perimetro=perimetro
netnum=netnum
quota=quota

And I want to add the attribute
basin=string

Is it possible to do something like this?

Usually I use OpenOffice for these type of problems but this shapefile seems to be not editable from open office, I can modify it but not save... and it is not a problem of permissions... I think this is a problem due to the way people writes shapefile... But I don't know.. :-)

Thanks in advance

Silvia
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users



Back to the top