ThinkGeo.com    |     Documentation    |     Premium Support

Google Map tiles overlap at low zoom levels

Hi,


 


   I am using google map as base map.I am facing an issue .The google map tiles overlap over each other at lower zoom level.Plz help resolve it.As you can see in image australiya is repeating.Its urgent


 


 


Regards


Vivek



Hi Vivek,  
  
 Can you inform me what version of Map Suite WPF you are using?

Hi,


 


  I am using WpfDesktopEditionEvaluation6.0.204.0DllPackage downloaded from daily build on 4 dec 2012


 


 


Regards



 Hello vivek,


 
 Thanks for your post, we have confirmed this is a bug, and begin to fix it, we will post here and let you know the result asap.
 
 For temporary workaround, you can set

worldOverlay.WrappingMode = WrappingMode.WrapDateline;
worldOverlay.WrappingExtent = new RectangleShape(-20037508, 20037508, 20037508, -20037508);

 to avoid this problem.
 
 Regards,
 
 Gary