Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
760
Regions disappearing after zooming
posted

Hello,

We are experiencing a bug where some of the regions defined for our map are "disappearing" after zooming. The following screenshots illustrate the problem.

 

I can provide the xaml/C# if necessary, though the C# is 600+ loc. Any assistance would be greatly appreciated.

Parents
  • 30692
    Suggested Answer
    Offline posted

    Hi,

    This is actually expected behavior. There is an auto-culling routine that removes shapes that are "too small" to aid perfomance for shapefiles that have a lot of geometry that isnt necessarily important when you are zoomed out. You can effect this behavior by adjusting the Resolution property on the map layer. Let me know if this helps!

    -Graham

Reply Children