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.
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
I don't think my previous screenshot correctly represented the behavior we're seeing. I managed to get a better representation:
As you can see, the majority of the map has been culled. I will do some testing around the Resolution property, but right now we aren't setting that explicitly.
Thank you for your quick response!