Hi,
I have patched 3 vector files (only 3D points) in 5.7. After linking
with v.db.connect, v.info reports new map is not 3D
What could I do?
Thanks
Roman
Hi,
I have patched 3 vector files (only 3D points) in 5.7. After linking
with v.db.connect, v.info reports new map is not 3D
What could I do?
Thanks
Roman
On Thursday 15 July 2004 21:24, tatel@euskalnet.net wrote:
Hi,
I have patched 3 vector files (only 3D points) in 5.7. After linking
with v.db.connect, v.info reports new map is not 3DWhat could I do?
v.patch writes always 2D files, 3d is in TODO:
/* TODO: check first if any of input is 3D and open output as 3D */
You have to use v.out.ascii(without output=), cat and v.in.ascii.
Radim