Skip to content

Commit

Permalink
Leave creation of columns to v.to.db
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus authored Jul 13, 2023
1 parent c2deeb7 commit ffad0a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vector/v.vol.rst/v.vol.rst.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ <h2>EXAMPLES</h2>
r.random elevation.10m vector=elevrand n=200 seed=42

# generate synthetic values
v.db.addcolumn elevrand col="x double precision, y double precision"
v.to.db elevrand option=coor col=x,y --overwrite
v.to.db elevrand option=coor col=x,y
v.db.select elevrand

# create new 3D map
Expand Down

0 comments on commit ffad0a0

Please sign in to comment.