<?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 Display a graphic in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/display-a-graphic/m-p/1082023#M10305</link>
    <description>&lt;P&gt;I have an application that previously used GMap, therefore I used many of the gmap features. One of those features that i used was GMapMarker. This marker has a shape property and I was able to create my own class that pulled a svg file from and would give the marker a few other properties, then it displayed this marker on the map. I'm now trying to convert over to arcgis and am having a hard time converting this part.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is there a way to display a svg file onto a map?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It seems that arcgis has a limited amount of symbolmarkers tha can be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I know this is most likely not possible, but is there a way to keep the gmapmarker and display it onto the map? I'm sure it would have to be a work around not using a graphics overlay.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jul 2021 23:35:57 GMT</pubDate>
    <dc:creator>johnmarker</dc:creator>
    <dc:date>2021-07-22T23:35:57Z</dc:date>
    <item>
      <title>Display a graphic</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/display-a-graphic/m-p/1082023#M10305</link>
      <description>&lt;P&gt;I have an application that previously used GMap, therefore I used many of the gmap features. One of those features that i used was GMapMarker. This marker has a shape property and I was able to create my own class that pulled a svg file from and would give the marker a few other properties, then it displayed this marker on the map. I'm now trying to convert over to arcgis and am having a hard time converting this part.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is there a way to display a svg file onto a map?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; It seems that arcgis has a limited amount of symbolmarkers tha can be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I know this is most likely not possible, but is there a way to keep the gmapmarker and display it onto the map? I'm sure it would have to be a work around not using a graphics overlay.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 23:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/display-a-graphic/m-p/1082023#M10305</guid>
      <dc:creator>johnmarker</dc:creator>
      <dc:date>2021-07-22T23:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display a graphic</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/display-a-graphic/m-p/1082028#M10306</link>
      <description>&lt;P&gt;ArcGIS Runtime doesn't directly support SVG as a marker symbol (supported formats are&amp;nbsp;BMP, GIF, ICO, JPEG, and PNG). You could explore converting the SVG to another format, or even perhaps export to XAML and use RenderTargetBitmap to render the icon in one of the supported formats.&lt;/P&gt;&lt;P&gt;ArcGIS Runtime does support vectorized rendering via the Cartographic Information Model (CIM) specification. If you have access to ArcGIS Pro, you can import the SVG as a marker symbol layer, put your new symbol in a mobile style file, and use that mobile style in ArcGIS Runtime. This "Symbol Editor" demo shows how to use the style file in ArcGIS Runtime:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/main/src/SymbolEditor" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-demos-dotnet/tree/main/src/SymbolEditor&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 00:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/display-a-graphic/m-p/1082028#M10306</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-07-23T00:09:31Z</dc:date>
    </item>
  </channel>
</rss>

