ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
203 stars 59 forks source link

Change map color #32

Closed rawat123 closed 5 years ago

rawat123 commented 5 years ago

I want to change the color of map, I have created my tileserver and with leaflet.js I can add world.geo.json(https://github.com/johan/world.geo.json/tree/master/countries ) and can change the color, how can I achieve that same in xml map control,

issue I am having is when I print xml map control in black and white format the print quality is very bad, and when I print with leaflet.js with geo.json print quality is good in black & white format because I can manage the color.

ClemensFischer commented 5 years ago

If you have created a tile server, use an appropriate MapTileLayer with the tile server's URL, as shown in the example application. For the printing problem I have no idea how to help, because I don't know your code.