OpenMap-java / openmap

OpenMap is an Open Source JavaBeans-based programmer's toolkit. Using OpenMap, you can quickly build applications and applets that access data from legacy databases and applications.
http://openmap-java.org
Other
73 stars 43 forks source link

fixed an issue with the map tiles not being reloaded. #35

Closed kevinator56 closed 7 years ago

kevinator56 commented 7 years ago

When local map tiles change the ImageIcon does not reload the underlying image. Calling flush on the image will clear the underlying resources, so the next time the file is load it will re-read the image.

dfdietrick commented 7 years ago

Thanks, I've pulled it manually into the next release.