We are evaluating WpfMap. Our application requires a relatively high resolution, global map. I have a test program that fills a window with the world map in a lat/lon projection--or a simple 2:1 ratio. However, the largest that the map is ever drawn without zooming is 1024x512 since the map appears to be made of eight 256x256 tiles.
I have searched the forums and api documentation high and low to see if the tile size can be changed. I found discussion thread answers from ThinkGeo colleagues that mention "...the tile size is an even multiple such as 256x256 or 512x512..." But I cannot find out how to specify it. How can I change the tile size?
Not being able to have a higher resolution world map is a deal breaker for being able to use your product.
Thanks in advance for your help.