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 Reply
  • 80
    posted in reply to Graham Murray

    I have attached a zip of a test project that exhibits the unpredictable behavior. After the map loads, all you need to do is click and drag it around a little and it will very quickly crash.

    All the sample does is create an XamMap, add a layer, import a shapefile, and then create a tooltip on each element that is a TextBlock. You'll find that if you replace the textblock with a simple string, the crashing behavior disappears.

Children