Mon, Oct 17 2005
14:56:42
|
|
Request created by hbowman
|
|
Subject: v.patch: 3d vector + 3d vector = 2d vector
If you run v.patch with multiple 3D vector files, the output is always 2D and
the z-data is lost. :(
Hamish
|
|
Mon, Jul 17 2006
20:37:13
|
|
Mail sent by mneteler
|
|
https://intevation.de/rt/webrt?serial_num=3749
... still an issue?
[neteler@dandre v.patch]$ grep out_is_3d *
main.c: int out_is_3d = WITHOUT_Z;
main.c: if (out_is_3d != WITH_Z && Vect_is_3d (&InMap)) out_is_3d = WITH_Z;
main.c: if (out_is_3d == WITH_Z && !Vect_is_3d (&OutMap))
main.c: Vect_open_new (&OutMap, out_name, out_is_3d);
Doesn't look so bad!
Markus |
|
Tue, Jul 18 2006
14:51:36
|
|
Status changed to resolved by hbowman
|
|