Can I show ESRI Feature Layers on top of a RadMap control with ArcGis Provider?

1 Answer 58 Views
Map
Efi
Top achievements
Rank 1
Efi asked on 29 Mar 2022, 08:46 AM | edited on 31 Mar 2022, 02:40 PM

Hi,

In my WPF MVVM solution, I'm using Telerik RadMap control with the free ArcGIS Provider to show maps,

I also use Telerik InformationLayer control to show extra data coming from my ViewModel, and it's all working well.

Now I have a paid account at ESRI, and after I log in to my account I can see and use on the ESRI website some extra Feature Layers like "Electric Dataset" and more.

I see ESRI does have an API for .NET to be able to display a map and add a feature layer, and they also show an example of how to do it by using their own WPF esri:MapView control.

But the problem is that I don't want to replace my current RadMap control with another new control because I'm worried about all my existing InformationLayers complexity, and I probably would need to code them again especially to match the new control.

My question is, Is there is a way I could combine using RadMap control with a paid ESRI ArcGIS provider?

 

Thanks in advance for your answers

Efi

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 31 Mar 2022, 01:49 PM

Hello Efi,

The RadMap control has two mechanisms for drawing elements into the viewport. The first one is the tiled map provider which allows you to download images for the current viewport. The second mechanism is the map layers (InformationLayer and VisualizationLayer) which allows you to load .shp or .kml shape files that are parsed tomap shape objects. The layers also allow you to render any other objects (like FrameworkElement) positioned using map coordinates (longitude and latitude).

If the paid ArcGIS features layer provides a web services that allows you to download images representing the map tiles, you can implement a custom tiled map provider

If the paid ArcGIS layer provides some kind of shape file ,you can load it using one of the map shape readers.

I hope this information helps.

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Map
Asked by
Efi
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or