[GRASS-dev] [GRASS GIS] #1524: v.select selects only with lines and
centroids
GRASS GIS
trac at osgeo.org
Wed Dec 28 12:37:07 EST 2011
#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>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list