﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14181	[PATCH] GeoImageLayer: Improvements of display of selected photo in map	holgermappt	team	"The patch includes three improvements of the way the selected photo is displayed on the map:
1. The thumbnail of the selected photo is now drawn on top of all other thumbnails of the current layer. I.e. the selected photo is always shown in case multiple thumbnails overlap. Before the last photo in the image list was on top.
   * New:
     * paintImage()
     * showCurrentPhoto() (updateOffscreenBuffer = true)
   * Changed:
     * paint()
     * showNextPhoto()
     * showPreviousPhoto()
     * showFirstPhoto()
     * showLastPhoto()
     * mouseAdapter.mouseReleased()
2. Clear the selection in other layers for all operations that select a photo (first/next/previous/last/click). Before only a selection in the map would clear other layers.
   * New:
     * showCurrentPhoto() (clearOtherCurrentPhotos())
   * Changed:
     * showNextPhoto()
     * showPreviousPhoto()
     * showFirstPhoto()
     * showLastPhoto()
     * removeCurrentPhoto()
     * removeCurrentPhotoFromDisk()
3. Cycle through photos if multiple photo icons or thumbnails are below the mouse, mouse button1 is clicked, the mouse is not moved, and the map mode is supported (select, lasso, or other map mode registered for geo image layer).
   * New:
     * mouseMotionAdapter/MouseMotionAdapter
     * lastSelPos
     * cycleModeArmed
     * isPhotoIdxUnderMouse()
     * getPhotoIdxUnderMouse()
   * Changed:
     * mouseAdapter.mousePressed()
     * mouseAdapter.mouseReleased()
     * getPhotoUnderMouse()
"	enhancement	closed	normal	17.01	Core image mapping	latest	fixed		
