From ffad0a08833d671b865b49624b01ada1da5441af Mon Sep 17 00:00:00 2001 From: Vaclav Petras Date: Thu, 13 Jul 2023 17:27:44 -0400 Subject: [PATCH] Leave creation of columns to v.to.db --- vector/v.vol.rst/v.vol.rst.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vector/v.vol.rst/v.vol.rst.html b/vector/v.vol.rst/v.vol.rst.html index ee0c7715d55..36143808772 100644 --- a/vector/v.vol.rst/v.vol.rst.html +++ b/vector/v.vol.rst/v.vol.rst.html @@ -175,8 +175,7 @@

EXAMPLES

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