modrana icon indicating copy to clipboard operation
modrana copied to clipboard

Incremental logging trace drawing

Open M4rtinK opened this issue 8 years ago • 0 comments

As long as projection does not change (zoom in/out) and nothing else needs to be redrawn it might make sense to draw the logging trace incrementally - one line segment at a time, without clearing the canvas in between.

It's possible there might be issues with:

  • separate segments logging worse than polyline drawn with line_to() and then stroke()
  • we need to watch for other canvas users (route) becoming visible during incremental drawing

M4rtinK avatar Jan 19 '17 20:01 M4rtinK