Opened 13 years ago
Closed 12 years ago
#1604 closed defect (fixed)
WXGUI regression. d.vect by default incorrectly says that it's displaying vectors from all layers
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.3 |
Component: | wxGUI | Version: | 6.4.2 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
Steps to reproduce:
- add a vector map with more than one layer
- go to properties
- check, that "Selection" -> "Layer" says "-1" (as by default)
- check, that only features from "Layer" 1 are rendered, as there's no "layer=-1" parameter used when executing d.vect.
Workaround - change "Layer" to 1 and back to "-1" to add "layer" option to executed command.
This is a regression, as in 6.4.0 WXGUI was working correctly -> it was displaying by default only layer 1 and also features where rendered only from layer 1.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Well. This issue is fixed, still there is new one introduced by fixing it. d.vect now always switches to default layer (1 in 6.4). I'll close this one and open a new bug report for it...
Note:
See TracTickets
for help on using tickets.
Could we close this ticket? The described behaviour was probably related to #1831 which is fixed now.
Anna