ThinkGeo.com    |     Documentation    |     Premium Support

WpfMap Tile Size

 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.


 



Thaine,  
  
 Thank you for your post, you can try:  
  
 Map1.StaticOverlay.TileHeight = 256;  
 Map1.StaticOverlay.TileWidth= 256;  
  
 Regards,  
  
 Gary

Thank you Gary. That worked! I was able to increase my tile size and end up with a high resolution world map. 
  
 Best regards, 
 Thaine

Thaine, 
  
 Any more questions please feel free to let me know. 
  
 Regards, 
  
 Gary