[OSGeo-Discuss] Using v.overlay to crop 3D vector contour map - I can only get 2D output

2010-02-20 Thread Mark


I've tried using this feature but the only way I can make it work is to use the 
vector as ainput , type line and the region mask as binput type area. The 
resulting vector is only 2D. Is there a way of keeping 3D vectors over a 
specified 2D area?

Thanks Mark

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Using v.overlay to crop 3D vector contour map - I can only get 2D output

2010-02-20 Thread Markus Neteler
(Perhaps this is better posted to a GRASS list)

On Sat, Feb 20, 2010 at 12:02 PM, Mark  wrote:
>
>
> I've tried using this feature but the only way I can make it work is to use
> the vector as ainput , type line and the region mask as binput type area.
> The resulting vector is only 2D. Is there a way of keeping 3D vectors over a
> specified 2D area?

I see in main.c of v.overlay (GRASS 6.4.svn):
   137  Vect_open_new(&Out, out_opt->answer, WITHOUT_Z);

To open a new file in 3D, WITH_Z needs to be used.

Markus
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss