Hi, 2010/6/9 Rebecca Bennett <[email protected]>: > I have deleted the column I added and tried all command line permutations of > v.db.addcol map=contour_points_c...@permanent layer=1 `col="rast_value > DOUBLE PRECISION"` > v.db.addcol map=contour_points_c...@permanent layer=1 `columns="rast_value > DOUBLE PRECISION"`
ones more - the correct form is (without ``) v.db.addcol map=contour_points_c...@permanent layer=1 col="rast_value DOUBLE PRECISION" Note that you can edit only vector maps from the current mapset. Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
