Intermittent WMTS Service Stalling and Flickering with SharpMap 1.2 and BruTile 2.2.0 #270
Unanswered
ZohaibWaqarMalik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an intermittent issue when rendering a WMTS service using SharpMap 1.2 and BruTile 2.2.0. The service works correctly initially, but occasionally, it stops rendering tiles completely, especially during zoom operations. Additionally, I observe flickering of the map layer when zooming in and out.
Here's a breakdown of the problems:
Service Stalls/Stucks: The WMTS service sometimes stops working entirely. When this happens, no tiles are rendered on zoom in/out, and the map remains blank. There are no immediate exceptions thrown that I can observe in the catch block.
Flickering on Zoom: During zoom in and out operations, the WMS layer visibly flickers before tiles are loaded one by one, leading to a less smooth user experience.
I'm using the following libraries:
And here's the relevant code snippet for initializing the WMTS layer:
Any insights or suggestions on how to diagnose and resolve these problems would be greatly appreciated. Thank you in advance for your time and expertise!
Beta Was this translation helpful? Give feedback.
All reactions