diff --git a/TODO.md b/TODO.md index e69de29..3c8702b 100644 --- a/TODO.md +++ b/TODO.md @@ -0,0 +1,4 @@ +Poor Maps 0.28.1/0.29 +===================== + +* [x] Fix long routes not visible before moving or zooming the map diff --git a/qml/Route.qml b/qml/Route.qml index a3de789..41f070c 100644 --- a/qml/Route.qml +++ b/qml/Route.qml @@ -168,7 +168,7 @@ Canvas { Object.defineProperty(canvas.simplePaths, zoom.toString(), { value: path, writable: true }); - canvas.requestPaint(); + canvas.redraw(); } function simplify(zoom) {