This example demonstrates how to load SVG file content to the Map Control.
To do this, follow the steps below:
- Create a
VectorItemsLayer
and add it to theMapControl.Layers
collection. - Initialize the
VectorItemsLayer.Data
property with anSvgFileDataAdapter
object. - To specify the path to an SVG file, use the adapter's
SvgFileDataAdapter.FileUri
property.
- How to Create Map Items Based on Data From an XML File
- How to load data from a KML file
- How to load data from a SQL geometry data-source
- How to customize mini map layers
(you will be redirected to DevExpress.com to submit your response)