<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create a MultiLayerPointSymbol from SVG in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571365#M13215</link>
    <description>&lt;P&gt;Perfect!!! Thank&amp;nbsp; you. Exactly what I needed.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2024 20:38:37 GMT</pubDate>
    <dc:creator>KarenRobine1</dc:creator>
    <dc:date>2024-12-26T20:38:37Z</dc:date>
    <item>
      <title>Create a MultiLayerPointSymbol from SVG</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571037#M13210</link>
      <description>&lt;P&gt;I'm using the RenderMultilayerSymbols.xaml.cs sample to create a MultiLayerPointSymbol. The AddPointGraphicsWithMarkerSymbols method uses the following example:&lt;/P&gt;&lt;P&gt;Geometry vectorElementGeometry = Geometry.FromJson("{\"rings\":[[[0.0,2.5],[2.5,0.0],[0.0,-2.5],[-2.5,0.0],[0.0,2.5]]]}");&lt;/P&gt;&lt;P&gt;However, I have an SVG Path I want to convert.&amp;nbsp; The path format is the following:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;M16,3.5c-4.142,0-7.5,3.358-7.5,7.5c0,4.143,7.5,18.121,7.5,18.121S23.5,15.143,23.5,11C23.5,6.858,20.143,3.5,16,3.5z M16,14.584c-1.979,0-3.584-1.604-3.584-3.584S14.021,7.416,16,7.416S19.584,9.021,19.584,11S17.979,14.584,16,14.584z&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;In the past, you could convert SVG to Geometry using esriSMSPath (JavaScript). But not sure how to get my SVG format to Geometry? (FYI: The Path format represents a Map Pin icon..&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 19:59:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571037#M13210</guid>
      <dc:creator>KarenRobine1</dc:creator>
      <dc:date>2024-12-23T19:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a MultiLayerPointSymbol from SVG</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571353#M13214</link>
      <description>&lt;P&gt;ArcGIS Maps SDK for Native apps do not support SVG symbols. One possible alternative is to use this online tool&amp;nbsp;&lt;SPAN&gt;to convert SVG to CIM &lt;/SPAN&gt;&lt;A href="https://utility.arcgisonline.com/arcgis/rest/services/Utilities/Symbols/SymbolServer/generateSymbol" target="_blank" rel="noopener noreferrer"&gt;https://utility.arcgisonline.com/arcgis/rest/services/Utilities/Symbols/SymbolServer/generateSymbol&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once you get CIM json you can directly create a symbol by passing CIM json to Symbol.FromJson()&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Symbology.Symbol.FromJson.html" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/api-reference/api/net/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Symbology.Symbol.FromJson.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 19:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571353#M13214</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2024-12-26T19:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a MultiLayerPointSymbol from SVG</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571365#M13215</link>
      <description>&lt;P&gt;Perfect!!! Thank&amp;nbsp; you. Exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 20:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-a-multilayerpointsymbol-from-svg/m-p/1571365#M13215</guid>
      <dc:creator>KarenRobine1</dc:creator>
      <dc:date>2024-12-26T20:38:37Z</dc:date>
    </item>
  </channel>
</rss>

