#1604: WXGUI regression. d.vect by default incorrectly says that it's displaying
vectors from all layers
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: 6.4.2
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
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.
#1604: WXGUI regression. d.vect by default incorrectly says that it's displaying
vectors from all layers
--------------------------+-------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: closed
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: 6.4.2
Resolution: fixed | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by marisn):
* status: new => closed
* resolution: => fixed
Comment:
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...