Opened 12 years ago

Last modified 12 years ago

#1845 closed defect

v.buffer: strange result for lines — at Version 1

Reported by: martinl Owned by: grass-dev@…
Priority: critical Milestone: 7.0.0
Component: Vector Version: svn-trunk
Keywords: v.buffer, lines, 3D input Cc:
CPU: x86-64 Platform: Linux

Description (last modified by martinl)

Sample data attached: attachment:silnice.txt

Buffer 1000m - OK (attachment:v_buffer_1000.png)

v.buffer input=silnice output=silnice1000 distance=1000

Buffer 100m (using GEOS) - surprisingly wrong (attachment:v_buffer_100_geos.png)

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

Change History (5)

by martinl, 12 years ago

Attachment: silnice.txt added

sample data

by martinl, 12 years ago

Attachment: v_buffer_1000.png added

Buffer 1000m

by martinl, 12 years ago

Attachment: v_buffer_100_grass.png added

Buffer 100m (GRASS)

by martinl, 12 years ago

Attachment: v_buffer_100_geos.png added

Buffer 100m (GEOS)

comment:1 by martinl, 12 years ago

Description: modified (diff)
Priority: normalcritical
Note: See TracTickets for help on using tickets.