Hi,
I have been working on an application that uses the Silverlight edition that has the following 3 overlays:
Bing Maps Roads - Base Overlay
Bing Map Aerial - Base Overlay
Field Overlay - This overlay is based upon a shapefile that I have and I have added it to the MultipleSelectedOverlays collection so the user can easily turn it off and on and view it over the Base Overlays above.
Everything is working but when I zoom out and zoom back in I'm getting old artifacts or images being drawn on the map from previous zoom levels. Please see attached image:
If I set the IsStrechedEffectDisabled property equal to false then it seems to stop this behavior, so I'm wondering if this is a bug with the stretching. I think the stretching effect can add some value for giving the user the feeling that the application is still responsive while the map is redrawing so I would like to use stretching if possible.
FYI, I'm using the latest Daily build from earlier this week.
Please let me know if this is a bug or what my options are.
Thanks!