Opened 13 years ago
Closed 13 years ago
#1524 closed defect (fixed)
v.select selects only with lines and centroids
Reported by: | pertusus | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Vector | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | x86-64 | Platform: | Linux |
Description
When selecting a small grid by a big grid, the only area selected are those that overlap the lines or centroids of the big grid.
v.mkgrid map=continent_whole_grid grid=2,2 v.mkgrid map=map_grid grid=30,30 v.select ainput=map_grid binput=continent_whole_grid output=result operator=overlap
On 6.4.1 everything is selected.
I attach an archive with a png file and a script to recreate the issue.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | grass_select_bug.tar.gz added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This seems to be fixed, maybe while fixing #1523?