[GRASS-dev] [GRASS GIS] #1524: v.select selects only with lines and centroids

#1524: v.select selects only with lines and centroids
----------------------+-----------------------------------------------------
Reporter: pertusus | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: | Platform: Linux
      Cpu: x86-64 |
----------------------+-----------------------------------------------------
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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1524&gt;
GRASS GIS <http://grass.osgeo.org>

#1524: v.select selects only with lines and centroids
-----------------------+----------------------------------------------------
  Reporter: pertusus | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: Linux | Cpu: x86-64
-----------------------+----------------------------------------------------
Changes (by pertusus):

  * status: new => closed
  * resolution: => fixed

Comment:

This seems to be fixed, maybe while fixing #1523?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1524#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>