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
20
Default style of Bing map
posted

Hello,
Recently Microsoft introduce de new design of the road layer for Bingmap.

Previously, just by adding this line in the code behind, the style was adapted:

Microsoft.Maps.MapControl.Core.

 

MapConfiguration.Load(new System.Uri("http://dev.virtualearth.net/silverlight/mapcontrol/v1/v1.1_MapControl.xml"));

But, with your control, how can I reproduce this?

Parents Reply
  • 2505
    Offline posted in reply to Roel

    Hi Roel,

    Please find attached a sample application (), implementing the approach I described above which is working as expected. There are two things that need to be done to get it running though: add Infragistics dlls and replace the BING_MAPS_SECRET_KEY string with the one you'd have obtained from Bing Maps portal.

    I think that the issue you are experiencing is probably connected with the update of the Service Reference, may be you could try to do it again.

    Hope that helps,
    Milana Zhileva

Children