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

How to add map which deployed on my own server through LAN

1 Answer 40 Views
Map
This is a migrated thread and some comments may be shown as answers.
manoj
Top achievements
Rank 1
manoj asked on 16 Sep 2016, 12:33 PM

i m developing a window application. In which i m using the map control of WPF control, i want to access the map which is deployed in my own map server(i m using openstreetmap) and my system is connected with that server via LAN. 

How can i add this Map in the map control.Please help

 

Thanks for advance.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 21 Sep 2016, 06:21 AM
Hi Manoj,

I am not completely sure what do you mean by your own map server, however, please consider the following. Most of the map providers which RadMap supports (BingProvider / OpenStreetProvider) inherit from TiledProvider class which uses TiledMapSource (TMS) class. The TMS has GetTile method which returns Uris to the Images which are downloaded / accessed locally (or from service) and then displayed in the RadMap.

So an approach that seems applicable for your scenario is creating custom Map Provider. For more information regarding it, please check this help article:

Implement Custom Map Provider


Regards,
Petar Mladenov
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Map
Asked by
manoj
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or