<?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 PictureMarkerSymbol not showing on Python API in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/picturemarkersymbol-not-showing-on-python-api/m-p/1248482#M8274</link>
    <description>&lt;P&gt;I want to draw feature layer point symbols using custom symbols. The codes are below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;traffic_accident_symbol = {&lt;/SPAN&gt;&lt;SPAN class=""&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;"esriPMS"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"url"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;A href="http://static.arcgis.com/images/Symbols/Transportation/TrafficAccident.png" target="_blank" rel="noopener"&gt;http://static.arcgis.com/images/Symbols/Transportation/TrafficAccident.png&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"contentType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"image/png"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"width"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;20&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"height"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;20&lt;/SPAN&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;map1.draw(crash, symbol=traffic_accident_symbol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Crash is a feature layer.&lt;/P&gt;&lt;P&gt;Nothing shows up on the map with a white box on the upper right saying&amp;nbsp;"error on updating graphics, see the browser console for more info."&lt;/P&gt;&lt;P&gt;Does anyone encounter the same problem? I saw using renderer solution for Java, but none for python.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60496i5FC29D1780F1BB39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 15:40:13 GMT</pubDate>
    <dc:creator>YingtongZhong21</dc:creator>
    <dc:date>2023-01-16T15:40:13Z</dc:date>
    <item>
      <title>PictureMarkerSymbol not showing on Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/picturemarkersymbol-not-showing-on-python-api/m-p/1248482#M8274</link>
      <description>&lt;P&gt;I want to draw feature layer point symbols using custom symbols. The codes are below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;traffic_accident_symbol = {&lt;/SPAN&gt;&lt;SPAN class=""&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;"esriPMS"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"url"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;A href="http://static.arcgis.com/images/Symbols/Transportation/TrafficAccident.png" target="_blank" rel="noopener"&gt;http://static.arcgis.com/images/Symbols/Transportation/TrafficAccident.png&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"contentType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"image/png"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"width"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;20&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"height"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;20&lt;/SPAN&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;map1.draw(crash, symbol=traffic_accident_symbol)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Crash is a feature layer.&lt;/P&gt;&lt;P&gt;Nothing shows up on the map with a white box on the upper right saying&amp;nbsp;"error on updating graphics, see the browser console for more info."&lt;/P&gt;&lt;P&gt;Does anyone encounter the same problem? I saw using renderer solution for Java, but none for python.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60496i5FC29D1780F1BB39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 15:40:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/picturemarkersymbol-not-showing-on-python-api/m-p/1248482#M8274</guid>
      <dc:creator>YingtongZhong21</dc:creator>
      <dc:date>2023-01-16T15:40:13Z</dc:date>
    </item>
  </channel>
</rss>

