ThinkGeo.com    |     Documentation    |     Premium Support

Issue with OpenStreetMap & Proxy

 Hi,


one of my user is using a corporate proxy to access Internet.


the setting is done in IE proxy dialog box by providing the proxy url and IE works.


I made this change to my OpenStreetMap constructor, but OpenStreetMap overly simply displays a red cross instead of the tiles.

What am I doing wrong?



WebProxy wp = WebRequest.DefaultWebProxy as WebProxy;

OpenStreetMapOverlay osmDecorsOverlay = new OpenStreetMapOverlay(wp);


Thank you for your help.


Patrick.




Hello Patrick, 
  
 Thanks for your post, if you are sure your proxy is working on your browser, I think it should work with OSM too, could you please post more code here? What’s the properties you have set? And is it possbile you can provide the proxy to let me do some test? You can send the proxy information to forumsupport@thinkgeo.com
  
 Regards, 
  
 Gary

Gary, 
  
 yes, it’s working with IE and it’s an local proxy so it’s not available for us to test. 
 I have no more code, may be I should have set some properties? 
  
 Correct me if I’m wrong but WebRequest.DefaultWebProxy gets the properties from IE so there is nothing additional to provide ? 
  
 thank you for your help 
 Patrick.

Hello Patrick, 
  
 Could you please debug the code and see what’s the address of your WebProxy(wp) when : 
  
 OpenStreetMapOverlay osmDecorsOverlay = new OpenStreetMapOverlay(wp); 
  
 Regards, 
  
 Gary