ThinkGeo.com    |     Documentation    |     Premium Support

Strange behavior with map control

Hi ThinkGeo team


I have been experiencing a strange behavior with the map control. When I navigate to a new uri from the current one, the page opens but the map control shows pink color instead of the map as shown in the attached image. Can you help me to solve this problem


Best Regards,


Vincent



MapControl.JPG (5.51 KB)

Hi Vincent, 
  
 The pink tile shows if some bad requests happened. Could you check if the new URI works well? And please right-click on the pink tile, copy the image URL to request manually and check it runs into fail. If it’s, is it possible to let us know the error information? 
  
 Thanks, 
 Johnny 


Hi Johnny


Thank you for the reply. Basically I have managed to solve the problem. It was caused by browser's history. So I found some ways to clear the history programatically before reloading the page.


Best Regards,


Vincent



Vincent, 
  
 Glad to hear that you have resolve it. Hope everything goes well with you. 
  
 Thanks, 
 Johnny

Hi Johnny,


I am having the same pink tile problem.. (using IIS5 hosting the map and open it on IE8 on Windows xp professional 2002 + SP3; firefox doesn't  show the pink tiles but missing pieces. )


i right click on the pink tiles and it shows me the images properly in another tab.


i checked the error on IE. it says something like following:



 


When i drag the map to move a round away from the pink tiles and move back there.. the the images show up to replace the pink tiles.


I also used httpWatch to check.. the pink tile should be matching with the 403 http error 


Do you know the possible reason for my case and how i can solve the pink tile problems.?


 


Thanks a lot!


 


Lishan



 


Hi Lishan,
We tried the deployment on the same machine to yours, but all works normally. Just as I have mentioned, the pink tiles can be caused by any exceptions from server, such as deny access, normally error etc. Here I think it should relate to your server configuration. Normally, the Http 4.3 error means that the IIS accepts the request normally, but prohibit visiting the content requested. In other words, the IIS deny the request.
“ASP.NET Ajax client-side framework failed to load” actually show that the MS Ajax framework failed to load. Additionally, there is a solution forums.asp.net/t/1489077.aspx  that maybe helped, please have try.
Also please check if there is any missing with Ajax configuration in your web.config.
Thanks,
Johnny