mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
@@ -90,7 +90,7 @@ export function modeSelectNote(context, selectedNoteID) {
|
||||
if (!osm) return;
|
||||
var note = osm.getNote(selectedNoteID);
|
||||
if (note) {
|
||||
context.map().centerZoom(note.loc, 20);
|
||||
context.map().centerZoomEase(note.loc, 20);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user