Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
Fix redrawing route after async simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jan 14, 2017
1 parent fee81f7 commit ad51272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Poor Maps 0.28.1/0.29
=====================

* [x] Fix long routes not visible before moving or zooming the map
2 changes: 1 addition & 1 deletion qml/Route.qml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Canvas {
Object.defineProperty(canvas.simplePaths, zoom.toString(), {
value: path, writable: true
});
canvas.requestPaint();
canvas.redraw();
}

function simplify(zoom) {
Expand Down

0 comments on commit ad51272

Please sign in to comment.