Opened 8 years ago
Last modified 6 years ago
#3137 new defect
d.redraw and d.mon
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Display | Version: | unspecified |
Keywords: | d.redraw, d.mon, wx0 | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
d.redraw
doesn't seems to work with d.mon
, steps to reproduce:
- Open monitor with
d.mon wx0
- Generate random point map
v.random out=test n=10 --o
- Display data with
d.vect test
- Re-generate the map with
v.random out=test n=1000 --o
- Redraw monitor with
d.redraw
The display still shows older version of the map with 10 random points.
Change History (8)
comment:1 by , 8 years ago
comment:4 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:7 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:8 by , 6 years ago
Milestone: | 7.2.4 → 7.6.2 |
---|
Note:
See TracTickets
for help on using tickets.
I think that this is related to the fact that when drawing a map, changing its data, then using d.vect or d.rast again with the same map name, no change is drawn.
Probably the internal monitor history "tells" the user commands to not do anything since the map name is already therein (while the underlying data are meanwhile different). Just guessing...