Hi
CloudMade are discontinuing their map tiles service for anyone that doesn't have an enterprise license on 1st May and they recommend Mapbox as an alternative.
How difficult would it be to create a new MapTileSource using the Mapbox web services?
Kind regards
Robin
Hello Robin,
Thank you for your post. I believe that you need to create a custom tile source and imagery provider like it is described in the following link from our online documentation:
http://help.infragistics.com/Help/Doc/WPF/2014.1/CLR4.0/html/xamGeographicMap_Creating_Custom_Geographic_Imagery_from_Map_Quest.html
It looks like the tile url’s follow a similar pattern to OpenSteetMap:
https://www.mapbox.com/developers/api/maps/#tiles
Let me know, if you need any further assistance on this matter.
Hi Yanko
Thanks - it's working perfectly.
Regards
Hi Robin,
I am glad that you have managed to resolve your issue.