Opened 14 years ago
Closed 6 years ago
#1244 closed defect (worksforme)
v.parallel2 error 'Vect_get_point_in_poly() failed'
Reported by: | akbgf | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.2 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.parallel2 | Cc: | |
CPU: | x86-32 | Platform: | Linux |
Description
The v.parallel with applied patch from the comment to the ticket #1231 fails if the change of direction from the current interval to the next one is small. The processing of the attached vector v36.txt (the standard ASCII vector)
v.parallel -b input=v36 layer=-1 output=v37 distance=8.0 side=both --overwrite
returns error message
Vect_get_point_in_poly(): Unable to find point in polygon
ERROR: Vect_get_point_in_poly() failed.
Using distance=10 it works.
Andres Kuusk; Tartu Observatory, Estonia; andres@…
Attachments (1)
Change History (8)
by , 14 years ago
comment:1 by , 14 years ago
Keywords: | v.parallel2 added; v.parallel removed |
---|---|
Summary: | v.parallel error 'Vect_get_point_in_poly() failed' → v.parallel2 error 'Vect_get_point_in_poly() failed' |
Applies to v.parallel2 only, v.parallel produces correct output.
follow-up: 3 comment:2 by , 10 years ago
Milestone: | 7.0.0 → 6.4.5 |
---|
v.parallel2 only exists in GRASS 6, downgrading milestone.
comment:3 by , 10 years ago
Milestone: | 6.4.5 → 7.0.0 |
---|
Replying to neteler:
v.parallel2 only exists in GRASS 6, downgrading milestone.
v.parallel2 has been renamed to v.parallel in GRASS 7, restoring milestone.
comment:4 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:5 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:6 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:7 by , 6 years ago
Milestone: | 7.0.7 → 7.4.2 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Seems to work in G74. Closing. Feel free to reopen if need.
A standard ASCII vector to test the v.parallel