<?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: Drawing non-embedded SVG symbol on a Web Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295717#M27138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a solution for this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 08:54:49 GMT</pubDate>
    <dc:creator>hcgis</dc:creator>
    <dc:date>2012-08-16T08:54:49Z</dc:date>
    <item>
      <title>Drawing non-embedded SVG symbol on a Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295713#M27134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to draw my own custom SVG images to an ArcGIS based web map using the ESRI Javascript API. They are not embedded SVG's in HTML but are dynamically provided to me by a custom symbol server. I have tried plotting an SVG to a graphics layer using a PictureMarkerSymbol and also just using a Graphic but have been unable to get my custom SVG's to plot. ESRI's points, lines, polygons, etc. are great but are not the symbols that I need in this case. I have plotted other custom single point symbols to my web map using png's; but I would like to plot more complex symbols using SVG's. Any advice would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 15:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295713#M27134</guid>
      <dc:creator>JimLilly</dc:creator>
      <dc:date>2012-03-19T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing non-embedded SVG symbol on a Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295714#M27135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to draw my own custom SVG images to an ArcGIS based web map using the ESRI Javascript API. They are not embedded SVG's in HTML but are dynamically provided to me by a custom symbol server. I have tried plotting an SVG to a graphics layer using a PictureMarkerSymbol and also just using a Graphic but have been unable to get my custom SVG's to plot. ESRI's points, lines, polygons, etc. are great but are not the symbols that I need in this case. I have plotted other custom single point symbols to my web map using png's; but I would like to plot more complex symbols using SVG's. Any advice would be greatly appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you talking about using .svg as the source of PictureMarkerSymbol or any allowed SVG vector graphics (png, jpg etc)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 17:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295714#M27135</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-03-19T17:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing non-embedded SVG symbol on a Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295715#M27136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am talking about using an .svg as the source. I want to be able to draw some complicated vector graphics that the ESRI point, line, polygons, etc. do not provide me. I would like to use svg's that I build via a symbol server that I have developed. I just cannot figure out how to plot an .svg directly to an arcgis web map (graphics layer) with the current ESRI javascript API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 19:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295715#M27136</guid>
      <dc:creator>JimLilly</dc:creator>
      <dc:date>2012-03-19T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing non-embedded SVG symbol on a Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295716#M27137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am talking about using an .svg as the source. I want to be able to draw some complicated vector graphics that the ESRI point, line, polygons, etc. do not provide me. I would like to use svg's that I build via a symbol server that I have developed. I just cannot figure out how to plot an .svg directly to an arcgis web map (graphics layer) with the current ESRI javascript API.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a POC a couple of weeks back where I upload a image file (through file input html element) as the source of picture marker symbol. I tried .svg file and it did not work. Maybe ESRI JSAPI team member could help us with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 20:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295716#M27137</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-03-19T20:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing non-embedded SVG symbol on a Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295717#M27138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a solution for this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 08:54:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/drawing-non-embedded-svg-symbol-on-a-web-map/m-p/295717#M27138</guid>
      <dc:creator>hcgis</dc:creator>
      <dc:date>2012-08-16T08:54:49Z</dc:date>
    </item>
  </channel>
</rss>

