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

RadMap and SVG source

1 Answer 218 Views
Map
This is a migrated thread and some comments may be shown as answers.
Vladislav
Top achievements
Rank 1
Vladislav asked on 18 Feb 2016, 12:02 PM

Dear all, could you please be so kind to tell me if it's possible to use SVG source for radmap?

I've downloaded map from https://commons.wikimedia.org/wiki/File:Blank_map_of_Russia-gray.svg and want to use it in my app. Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 23 Feb 2016, 08:48 AM
Hi Valdislav,

Short answer is no - there is no out of the box way to pass svg file and display it out of the box in RadMap.
However, we think there is a workaround:
 https://svg2xaml.codeplex.com/ this great tool can transform SVG file into ImageSource. So you can prepare Image object in code and use it in RadMap's VisualizationLayer / Informationlayer. Or you can transform the svg into png / jpg file and use it into UriImageProvider.

Regards,
Petar Mladenov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Map
Asked by
Vladislav
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or