2

I was wondering if there was a way to use a map that I have stored on an ArcGIS Server in a telerik radMap. I am not very familiar with the radMap control. I have found the documentation on using a radMap with Shapefiles, but it was not very helpful.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jan 10, 2013 at 14:33
1
  • Did you ever figure this out? Commented Feb 9, 2013 at 22:26

1 Answer 1

1

From the documentation only Bing and OpenStreetMap are supported: http://www.telerik.com/help/wpf/radmap-overview.html

However, it appears that a custom provider can be created to use ArcGIS Server map service.

http://www.telerik.com/help/wpf/radmap-howto-custom-provider.html

So if you are using a cached service then you would want to create a TileProvider and if you are using a dynamic map service then you should want to create an ImageProvider.

The only other option it seems is to export your data as a shapefile or KML file and load that in the control.

Added

It appears that a UriImageProvider is provided that may work, but I do not know how the request is sent to the server for the bounding box, but you could point it the map service and include the export to png and it may work.

http://arcgis/service/mapserver/export?format=png
answered Jan 10, 2013 at 16:04
2

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.