#277: Query vector map (edit mode): does not work
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
In develbranch6 r33238 one can't query a vector map in edit mode. Just
nothing happens when I try to.
I guess you are refering to area querying (i.e. querying primitives like
points, lines, boundaries or centroids should work). I fixed that in
r33249.
Anyway please not that querying vector maps (display or edit mode) is
quite slow. Module v.what builds always spatial index. This should be
changed, optionally to read spatial index information from file (TODO for
GRASS7 or GRASS 6.5).