﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
23945	[PATCH] ImageViewerDialog.displayImages() - do not re-center if the image has not changed	IreuN	team	"Hello!

I'm asking you if mention method could be changed to not zoom map to the image, in case the image is the same one.
This could be benefitial to Mapillary plugin, which has to re-display the image after sequence has been downloaded (without it, the previous/next buttons are disabled.

as i can see there is already `imageChanged = currentEntry != entry;` which could be fed to the `if` statement.

{{{
            imageChanged = currentEntry != entry;

            if (centerView && entry != null && MainApplication.isDisplayingMapView() && entry.getPos() != null) {
                MainApplication.getMap().mapView.zoomTo(entry.getPos());
            }
}}}

[[source:josm/trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java#L893]]"	enhancement	closed	normal	24.12	Core image mapping		fixed		
