mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Fix alignment of gpx on minimap when panning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user