This is a migrated thread and some comments may be shown as answers.

OpenStreetMapProvider not working through proxy server

2 Answers 137 Views
Map
This is a migrated thread and some comments may be shown as answers.
Francois
Top achievements
Rank 2
Francois asked on 17 Feb 2011, 06:58 AM
Hi there,

Is there a way of getting the OpenStreetMapProvider to work through an internet connection which makes use of a proxy server?


2 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 18 Feb 2011, 04:28 PM
Hello Francois,

We use the WebClient class in our WPF implementation of the RadMap control for downloading map tiles. By default it uses proxy settings from the application / system configuration and the Internet Explorer Local Area Network settings (http://msdn.microsoft.com/en-us/library/system.net.webclient.proxy.aspx).
So, please check that your proxy server settings allow downloading URLs of Open Street tile images. They are the png-images. Its URL can be started from the following addresses:
http://{prefix}.tile.openstreetmap.org/
http://{prefix}.tah.openstreetmap.org/
The following letters could be used as the prefix: "a", "b", "c", "d", "e" and "f".

Kind regards,
Andrey Murzov
the Telerik team
0
Andi
Top achievements
Rank 1
answered on 27 Dec 2017, 08:54 AM

Hi there,

we are also using OpenStreetMapProvider.

Our client it does not support non secured connections. So is it possiple to only use https to get the map tiles?

TIA,

Andi

Tags
Map
Asked by
Francois
Top achievements
Rank 2
Answers by
Andrey
Telerik team
Andi
Top achievements
Rank 1
Share this question
or