Fix alignment of gpx on minimap when panning

This commit is contained in:
Rowan Hogan
2015-06-15 08:17:25 +10:00
parent 2513778837
commit fb34b953b8
+1 -1
View File
@@ -55,7 +55,7 @@ iD.ui.MapInMap = function(context) {
iD.util.setTransform(tiles, tX, tY, scale);
iD.util.setTransform(svg, 0, 0, scale);
iD.util.setTransform(gpx, tX, tY, scale);
iD.util.setTransform(gpx, 0, 0, scale);
transformed = true;
queueRedraw();