ThinkGeo.com    |     Documentation    |     Premium Support

Pink screen

Hi we ve been using ThinkGeo quite succesfully 


What i wanted to ask is when we are using thinkgeo with google maps many times in loading time or after a zoom in the page turns pink.


Even when we dont load googlemap and leave just our own layers sometimes this happens I wanted to ask what does the pink screen mean exactly where can we trace the error cause i dont see anything wrong with the code.


Is this a bandwich problem cause most of the times this happens when me run it live whereas when we run the same code on localhost it does not happen very often but it happens


Thanks


Dimitris



Hi, Dimitris 
  
 I guess that the problem is caused by that you have exceeded the maximum times for Google Maps. You could use Web Debugging tool to see the request you have issued, such as Fiddler or HttpWatch ect. Or you could copy the url of one tile into another tab; you also could see the error message. 
  
 Thanks, 
 Khalil

Im gonna send you the urls of two pages i use google map with thinkgeo in order for you to see whats going on


The first one loads fine but then after few zooms it breaks


politikiprostasia-naaa.gr/KatagrafiKindinon.aspx


 


The other one takes for ever to load or does not load at all and then breaks


politikiprostasia-naaa.gr/Geo_DmFireRoute.aspx


 


Both work perfect when runed at localhost both have a combination of googlemap and shp files taken from the databaseserver


Feel free to post any ideas....


Im gona enter the dll's files from WebEdition 4.0 today hope things will work better


Dimitris



Dimitris, 
  
 It’s hard to determine what causes the error. To make it clear, could you do us a favor? 
  
 1. What version of IIS you used? Which kind of AppPool you used? 
 2. Could you try deploying the installation sample “/Samples/Overlays/ShapeFilesOverGoogleMap.aspx” to the IIS and check if there is any issue? It seems that your application is very similar to that sample.  
 3. Could you give us a small sample if it still has some issues? 
  
 Thanks, 
  
 Johnny 


We are using windows server 2008 and i've also changed the old dll with thinkgeo 4.0 ones.


Im gona try the sample code you suggested but i dont think it will show us anything because is a very light and simple example.


Both the pages i posted for you to see are pretty big (over 1,500 lines of code) 


also i wanted to say that even when i comment out the  Map1.CustomOverlays.Add(google); in order to run it without google


it still gives me the pink screen.


Im gonna try what you suggest and get back to you


dimitris



 Posted By Dimitris on 05-13-2010 05:14 AM 

We are using windows server 2008 and i’ve also changed the old dll with thinkgeo 4.0 ones.


About the AppPool im using a custom wich has the characteristics of the default appPool what do you need this for is there a set of values that must be present in the AppPool in order for thinkgeo to work good??


Im gona try the sample code you suggested but i dont think it will show us anything because is a very light and simple example.


Both the pages i posted for you to see are pretty big (over 1,500 lines of code)im thinking that maybe its a load problem


also i wanted to say that even when i comment out the  Map1.CustomOverlays.Add(google); in order to run it without google


it still gives me the pink screen.


Im gonna try what you suggest and get back to you


dimitris



 


 



Dimitris,  
  
 We can’t figure it out. Could you provide us more information about that?  Such as what web server you are using(IIS 7 or IIS 6)? What data source you are consuming(Shape file or WorldMapKit or others)? 
 I guess that maybe this problem is caused by the timeout of requests. If you could provide us a simple sample that could re-create your problem and I think we will address it quickly. 
  
 Thanks, 
 Khalil

 Posted By Khalil on 05-14-2010 03:59 AM 

Dimitris,  



We can’t figure it out. Could you provide us more information about that?  Such as what web server you are using(IIS 7 or IIS 6)? What data source you are consuming(Shape file or WorldMapKit or others)? 

I guess that maybe this problem is caused by the timeout of requests. If you could provide us a simple sample that could re-create your problem and I think we will address it quickly. 



Thanks, 

Khalil 

 


Ok well we are using IIS ver 7.0.6000.16386 i have switched the web site to the DefaultAppPool (but still the same problem)


We are calling simple shp files from the database (shp files that we have made them tables by an shptosql tool) 


Some custom tables that we save some shapes in a geometry column defined as nvarchar (MAX).


The shptosql tool when it creates the tables it saves the geom column as geometry datatype my custom shapes i save in my other tables i save them as nvarchar(max) do you think this could pose a problem. 


But The system seems to have no problem bringing up my shapes correctly i mean most of the times these shapes are the only things that load before the page crashes


If you need more info tell me


 


dimitris



Dimitris: 
  
 To determine what causes the problem, could you add the OverlaySwitcher to find out the pink screen coming from which Overlay. And then could you let us know if there is any custom code? Such as request another httphandler or something else.  
  
 I’m also thinking about the problem caused by localization culture, such as incorrect separator, which can be set in SQLServer. Please have a check what it is. 
  
 Could you let us know the result if you get some other information? 
  
 Thanks, 
  
 Johnny 
   


 


The  problem resolved by using the ManagedProj4Projection instead of Proj4Projection.


The solution given by Johny.


Thanks


George



George, 
  
 That’s a good news. Any other questions please let us know. 
  
 Thanks, 
  
 Johnny