Opened 16 years ago
Closed 16 years ago
#338 closed defect (fixed)
d.vect / v.univar does not work for layer > 1 ; v.db.join has bugs (corrected here)
Reported by: | aprasad | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | Vector | Version: | 6.3.0 |
Keywords: | layers > 1 | Cc: | |
CPU: | x86-32 | Platform: | MSWindows XP |
Description
Two bugs: 1) d.vect does not work for layer > 1 (blank display) - hence d.vect.thematic does not work. d.vect.thematic has a bug i.e., does not include the layer option in v.univar it uses - However, including this option does NOT help ... BECAUSE v.univar does not work for layers > 1 (gives no values) - so used v.univar.sh which works (since it uses database, driver and table options - DON'T DEPRECATE IT YET)....BUT THEN, d.vect does not work for layers > 1 (blank display) - which is used by d.vect.thematic. I was playing with sqlite database commands with multiple layers.
2) v.db.join: The layer option was missing in v.db.addcol and, in db.execute, 'driver' and 'database' options were missing thus breaking it for layer > 1 I have corrected the errors and attaching the corrected version here...tested OK.
NOTE: I have a feeling that the v.* commands involving layer= is very buggy and insufficiently tested for layer > 1
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | v.db.join.new added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to aprasad:
I cannot confirm this. Can you be more precise, including output of 'v.category [...] option=report' on your map ?
Again, I cannot confirm. Same remark as above.
v.univar.sh is different in that it is not linked to a specific vector map (its man page is misleading in that sense), you can use it to interrogate any column of any table in any database supported by grass, but no need for any link to specific maps.
Fixed in Revision 33971.
I rather strongly suspect that you are not using layers properly.
Closing the bug. Moritz