Skip to main content
A newer version of this page is available. .

Load Vector Data from a SVG File

This document describes the basics of working with SVG files using the Map Control.

This subject has been broken down into the following sections.

Overview

Using the Map control, you can load and depict any set of shapes stored in the SVG (Scalable Vector Graphics) format. SVG files have a tag-based structure with nested elements (similar to the XML standard).

One of the common usage scenarios for the SVG format is to display vector data. For instance, the image below shows a vector map loaded from a SVG file.

SvgFileData

Load SVG File Data

To load vector data from a SVG file, do the following.

Examples

To learn how to load SVG file data to a Map Control, see the How to: Load Data from a SVG File example.