Overview
The possibility to highlight business KPIs with colors on tailored custom maps and to drill down into details from that is a common need in several sectors such as:
Leveraging an SVG integration, we provide a way to customer to use their own svg maps into Appian SAIL.
Key Features & Functionality
The interactiveSvgMapComponent allows customers to:
Hello All.
I am trying to implement an interactive world map to show selected countries across the world. I have downloaded the SVG file from https://simplemaps.com/resources/svg-world. I can visualize the map in svgImageMapField but not in interactiveSvgMapField. Can somebody help?
Hi Prashant
I think the issue are all the comments on top of the files , I suggest you to remove everything before the <SVG> tag and try again, I also suggest you to remove height and width attributes from SVG tag and either control them thru the viewbox attribute or svgViewBox parameter in the component , this allows more flexibility in your interface .
This is also explained in the documentation within the download package on this page
I hope this helps