I'm displaying a WMTS layer using the Kotlin Maps SDK. When the internet connection is poor, some map tiles fail to load, and blurred tiles are shown instead. Ideally, these tiles should reload once the connection improves, but sometimes this doesn't happen. Is there a workaround to ensure that tiles always reload when the connection stabilizes, or is this a bug in the SDK?
You can easily reproduce this issue by trying to load a map area without an internet connection and then turning the connection back on. While dragging and zooming, some tiles will remain blurry indefinitely, as shown in the screenshot.
Thank you for your help!