Details
Description
Using example code for map GUI (JMapPnane) with an org.geotools.swing.tool.InfoTool
Select InfoAction from tool bar, click somewhere on the map where there is some data (lines, points), the InfoTool will then show the correct data.
Click again anywhere else, InfoTool is stuck with the original data.
The only way to get InfoTool to show any other data is to close the application (kill JVM) and start again.