#1845: v.buffer: strange result for lines
-----------------------------+----------------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.buffer, lines | Platform: Linux
Cpu: x86-64 |
-----------------------------+----------------------------------------------
Comment(by mmetz):
Replying to [ticket:1845 martinl]:
> Sample data attached: attachment:silnice.txt
>
> Buffer 100m (using GEOS) - surprisingly wrong
(attachment:v_buffer_100_geos.png)
Works for me. Do you have any changes in your local copy?
>
{{{
v.buffer input=silnice output=silnice100 distance=100
}}}
>
> Buffer 100m (using GRASS) - wrong - not surprisingly
(attachment:v_buffer_100_grass.png)
>
{{{
export GRASS_VECTOR_BUFFER=1
v.buffer input=silnice output=silnice100 distance=100
}}}
>
#1845: v.buffer: strange result for lines
-----------------------------+----------------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.buffer, lines | Platform: Linux
Cpu: x86-64 |
-----------------------------+----------------------------------------------
Comment(by mmetz):
Replying to [comment:3 martinl]:
> Replying to [comment:2 mmetz]:
> > Works for me. Do you have any changes in your local copy?
>
> hm, it fails only with original binary map (attachment:silnice.pack),
not with imported ascii map.
The original binary map is 3D, the imported ascii map is 2D. I guess one
of the cleaning tools does not work with 3D output, even though v.buffer
creates 2D output. Strange.
#1845: v.buffer: strange result for lines
---------------------------------------+------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.buffer, lines, 3D input | Platform: Linux
Cpu: x86-64 |
---------------------------------------+------------------------------------
Changes (by martinl):
* keywords: v.buffer, lines => v.buffer, lines, 3D input
Comment:
Replying to [comment:4 mmetz]:
> The original binary map is 3D, the imported ascii map is 2D. I guess one
of the cleaning tools does not work with 3D output, even though v.buffer
creates 2D output. Strange.