KML Shapes Rendered in SubShapeFileLayer in WPF Maps (SfMap)

  • xaml
  • <syncfusion:SfMap>
    
                <syncfusion:SfMap.Layers>
    
                    <syncfusion:ShapeFileLayer Uri="KmlImportDemo. ShapeFiles.world1.shp">
    
                        <syncfusion:ShapeFileLayer.SubShapeFileLayers>
    
                            <syncfusion:SubShapeFileLayer Uri="KmlImportDemo.KmlFiles.Eu.kml"/>
    
                        </syncfusion:ShapeFileLayer.SubShapeFileLayers>
    
                    </syncfusion:ShapeFileLayer>
    
                </syncfusion:SfMap.Layers>
    
            </syncfusion:SfMap>