I’m looking for a convenient way to use Bing Maps in my WPF application, but I can’t seem to figure out how to create my own design and how to implement it. I would like to change all the colours etc, just like you can with the Google Maps map-editor.
Is there a tool that I can use to design my own visual style and export it (so I can use it offline)?
Kind regards,
Niels
Gingemonster was right. I used CloudMade to design my own style, and it will give you a Style ID and API key and a specific URL that can be used to fetch up your tiles.
I then used this the code given in this topic:
Load custom tiles in Bing maps on WPF
Works great :),
Thanks
Niels