#2774: v.to.3d - create column in the resulting 2d vector layer when using reverse
transformation
-------------------------+-------------------------
Reporter: PedroNGV | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.2
Component: Vector | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
Hi,
When using v.to.3d reverse transformation (-r), to store the height of
points in the resulting 2d layer ('column' parameter), we need to add a
new column in the original 3d layer, to get the column name and to store
in the 2d layer.
The ideal should be simply give a name and create a new column in the new
vector layer (2d). Something like the 'column' parameter of v.random (Name
of column for z values; Writes z values to column), where we just give a
name to the height column of the resulting layer.