Skip to content

2022-March-28 - Prerelease - 2.6.632

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Mar 03:03
8ce69bf
Remove image cache from TileImageFactory (#9944)

* Most likely fixes "Sections of display shown at the wrong places; some areas are just white #10056"
* While the cache provides some performance gains, they are not drastic gains.
* Cache is a bit complex, particularly by using `SoftReference`, ideally we could do this in a simpler way (hence, the cost of this code is a bit high for what we get)