[GRASS5] [bug #2829] (grass) v.to.db: remove an option and am suddenly out of range

Maciek Sieczka via RT grass-bugs at intevation.de
Mon Dec 12 06:52:52 EST 2005


This bug still applies.

THIS WORKS:

$ v.to.db -p map=pkt column=cat opt=count
cat|count
1|1
1 categories read from map
0 records selected from table
0 categories read from map exist in selection from table
0 categories read from map don't exist in selection from table
0 records updated/inserted
0 update/insert errors

$ v.to.db -p map=pkt column=cat opt=cat
cat
1
1 categories read from map
0 records selected from table
0 categories read from map exist in selection from table
0 categories read from map don't exist in selection from table
0 records updated/inserted
0 update/insert errors



COMBINATION OF BOTH DOESN'T WORK:

$ v.to.db -p map=pkt column=cat opt=cat,count

Error: value <cat,count> out of range for parameter <option>
       Legal range: cat,area,compact,perimeter,length,count,coor,sides,query


-------------------------------------------- Managed by Request Tracker




More information about the grass-dev mailing list