Opened 16 years ago
Closed 16 years ago
#277 closed defect (fixed)
Query vector map (edit mode): does not work
Reported by: | msieczka | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | Default | Version: | svn-develbranch6 |
Keywords: | Cc: | grass-dev@… | |
CPU: | All | Platform: | All |
Description
In develbranch6 r33238 one can't query a vector map in edit mode. Just nothing happens when I try to.
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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).