This example demonstrates how to load SVG file content to the Map Control.
To do this, follow the steps below:
- Create a
VectorItemsLayerand add it to theMapControl.Layerscollection. - Initialize the
VectorItemsLayer.Dataproperty with anSvgFileDataAdapterobject. - To specify the path to an SVG file, use the adapter's
SvgFileDataAdapter.FileUriproperty.
- 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)
