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.