Opened 8 years ago

Last modified 5 years ago

#3137 new defect

d.redraw and d.mon

Reported by: martinl Owned by: grass-dev@…
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:

  1. Open monitor with d.mon wx0
  2. Generate random point map v.random out=test n=10 --o
  3. Display data with d.vect test
  4. Re-generate the map with v.random out=test n=1000 --o
  5. Redraw monitor with d.redraw

The display still shows older version of the map with 10 random points.

Change History (8)

comment:1 by neteler, 7 years ago

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...

comment:2 by neteler, 7 years ago

Probably causing #3090

comment:3 by neteler, 7 years ago

Milestone: 7.2.07.2.1

Ticket retargeted after milestone closed

comment:4 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:5 by neteler, 7 years ago

Milestone: 7.2.27.2.3

Ticket retargeted after milestone closed

comment:6 by martinl, 6 years ago

Milestone: 7.2.3

Ticket retargeted after milestone closed

comment:7 by martinl, 6 years ago

Milestone: 7.2.4

comment:8 by martinl, 5 years ago

Milestone: 7.2.47.6.2
Note: See TracTickets for help on using tickets.