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
715
XamMap and Bing Maps and HTTPS
posted

Hi, 

We use XamMap with Bing Maps as tile source. Everything  works, but when we deploy on the staging server, we can only see the shape file but not the underlying tiles.

I've tried to already make the endpoint https in the servicereferences.clientconfig file:

 

 <endpoint address="https://dev.virtualearth.net/webservices/v1/imageryservice/imageryservice.svc"

                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IImageryService"

                contract="VEImageryServiceReference.IImageryService" name="BasicHttpBinding_IImageryService" />

 

Now it tries to make a call to the service (before it didn't even call), but no tiles are rendered. I assume this is because bing maps returns a tile on http and not on https.

How can we make this work?

Thanks!