ThinkGeo.com    |     Documentation    |     Premium Support

Pink Tiles WMS

 i am using a wms overlay in the gis module, sometimes pink tiles appears, if i right click on this tile and click on show in a new tab, the image is properly loaded in a new tab. I am wondering if there is a timeout in the client side that prevent displaying tiles which are loaded for a long time. i tested on IE8, firefox 3.5 and chrome.


 


More generally, what is the possible cause to get a pink tile ? do you have a list of possible mistake that causes this problem?


 


thanks for your help  



 


sebastien,
 
Do you mean the WorldMapKitWmsOverlay or the WMS of third party?
 
There are two main reasons cause this problem; one is server-side error and then it can’t handle the request comes from client, and another one is the client-side timeout problem.
 
In fact, all the tiles image are represented by image tags of html, and it will send the tile request to server in asynchronous mode. So the requests may be blocked until the previous request has completed. I guess this is the main reason for your app.
 
Just curious about that have you ever tried to right click on the tile and then click the “Show Picture” after all tiles have been loaded?
 
Thanks,
 
Khalil

Hello


I am using a third party wms, with mapserver behind the scene.


 


How can i trace server side error, i guess i want to enable logging in georessource.axd if something goes wrong. is it possible


 


and how can i trace client side error, do i need to use fiddler to trace what is going on, but what should i watch with it. Can you explain me the process client side to show a tile (coming from a wms flow).


 


thanks for your help


 


 



Are you able to open the WMS with desktop GIS? like gvSIG or QuantumGIS?

in my application, sometimes it works and sometimes it does not work.


yes before integrating into the gis module i tested the wms in quantum gis



 


Hi, sebastien
The server-side error what I mean is related to the MapServer, and there is no relationship with GeoResource.axd which is in charge of sending requests to map server and form the map grid layer.
I recommend you to use the HttpWatch to see the requests sent to server, and it will show you the HTTP status and errors.
Or you can provide us the server URI and the sample codes you are utilizing, so we can track the issue for you.
Thanks,
Khalil