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
180
Struggling with the "Getting Started" example of "Binding Open Street Maps"
posted

I am just following the instructions for C#, but all I get is blueish background when I run it.

I notice that step 4 says to add the XamMap control "with appropriate projection type", but the code provided doesn't mention projection type at all.

The Open Street Map in the Samples I downloaded works just fine, the projection there is SphericalMercator, so I tried THAT in my tutorial control, but I still get just an expanse of blue rather than being centered on the   UK.

Parents
No Data
Reply
  • 2505
    Verified Answer
    Offline posted

    Hi jensfiederer,

    The ProjectionType used in XamMap by default is SphericalMercator and that is the reason it is not explicitly mentioned in the article.

    Please, take a look at the sample application () I made, following the same steps. The only thing that needs to be done in order to get it working is to add Infragistics dlls. That way, you would be able to compare both applications and find out what is causing the issue.

    Feel free to post back should you need any additional information.

    Hope that helps,
    Milana Zhileva

Children