mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
@@ -58,7 +58,7 @@ export function modeSelectError(context, selectedErrorID) {
|
||||
if (!keepRight) return;
|
||||
var error = keepRight.getError(selectedErrorID);
|
||||
if (error) {
|
||||
context.map().centerZoom(error.loc, 20);
|
||||
context.map().centerZoomEase(error.loc, 20);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user