<?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: Trouble with draw feature set simbology in 1.5 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trouble-with-draw-feature-set-simbology-in-1-5/m-p/867502#M4489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue still arises with version 1.6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt; symbol = { "type":"simple-marker", "size":6, "color":"black" } &lt;BR /&gt;san_diego_map = gis.map("San Diego")&lt;BR /&gt;san_diego_map.add_layer(last_24hours.feature_set, { "renderer":"autocast", "type":"simple", "symbol": symbol })&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Errors in JS console:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #ff0505; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;"&gt;[esri.core.Accessor] Accessor#set Invalid property value, value needs to be one of 'esri.symbols.SimpleFillSymbol', 'esri.symbols.PictureFillSymbol', 'esri.symbols.PictureMarkerSymbol', 'esri.symbols.SimpleLineSymbol', 'esri.symbols.SimpleMarkerSymbol', 'esri.symbols.TextSymbol', 'esri.symbols.LineSymbol3D', 'esri.symbols.MeshSymbol3D', 'esri.symbols.PointSymbol3D', 'esri.symbols.PolygonSymbol3D', 'esri.symbols.WebStyleSymbol', or a plain object that can autocast (having .type = 'simple-fill', 'picture-fill', 'picture-marker', 'simple-line', 'simple-marker', 'text', 'line-3d', 'mesh-3d', 'point-3d', 'polygon-3d', 'web-style')&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2019 09:27:11 GMT</pubDate>
    <dc:creator>Jan-Tschada</dc:creator>
    <dc:date>2019-07-10T09:27:11Z</dc:date>
    <item>
      <title>Trouble with draw feature set simbology in 1.5</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trouble-with-draw-feature-set-simbology-in-1-5/m-p/867501#M4488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Good Morning&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem with the draw function of the webmap widget to add a feature set with custom symbology.&lt;/SPAN&gt; I use version 1.5.&lt;BR /&gt;&lt;SPAN&gt;The error is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;```[esri.core.Accessor] Accessor # set Invalid property value, value needs to be one of 'esri.symbols.SimpleFillSymbol', 'esri.symbols.PictureFillSymbol', 'esri.symbols.PictureMarkerSymbol', 'esri.symbols.SimpleLineSymbol&lt;/SPAN&gt; &lt;SPAN class=""&gt;',' esri.symbols.SimpleMarkerSymbol ',' esri.symbols.TextSymbol ',' esri.symbols.LabelSymbol3D ',' esri.symbols.LineSymbol3D ',' esri.symbols.MeshSymbol3D ',' esri.symbols.PointSymbol3D ',&lt;/SPAN&gt; &lt;SPAN class=""&gt;'esri.symbols.PolygonSymbol3D', 'esri.symbols.WebStyleSymbol', or a plain object that can autocast (having .type = 'simple-fill', 'picture-fill', 'picture-marker', 'simple-line&lt;/SPAN&gt; &lt;SPAN class=""&gt;',' simple-marker ',' text ',' label-3d ',' line-3d ',' mesh-3d ',' point-3d ',' polygon-3d ',' web-style ')&lt;/SPAN&gt;```&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;How can i fix it?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Sep 2018 03:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trouble-with-draw-feature-set-simbology-in-1-5/m-p/867501#M4488</guid>
      <dc:creator>deleted-user-DlgQvDVX9ZkD</dc:creator>
      <dc:date>2018-09-08T03:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with draw feature set simbology in 1.5</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trouble-with-draw-feature-set-simbology-in-1-5/m-p/867502#M4489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue still arises with version 1.6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt; symbol = { "type":"simple-marker", "size":6, "color":"black" } &lt;BR /&gt;san_diego_map = gis.map("San Diego")&lt;BR /&gt;san_diego_map.add_layer(last_24hours.feature_set, { "renderer":"autocast", "type":"simple", "symbol": symbol })&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Errors in JS console:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #ff0505; font-family: 'Consolas','Lucida Console',monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre-wrap; word-spacing: 0px;"&gt;[esri.core.Accessor] Accessor#set Invalid property value, value needs to be one of 'esri.symbols.SimpleFillSymbol', 'esri.symbols.PictureFillSymbol', 'esri.symbols.PictureMarkerSymbol', 'esri.symbols.SimpleLineSymbol', 'esri.symbols.SimpleMarkerSymbol', 'esri.symbols.TextSymbol', 'esri.symbols.LineSymbol3D', 'esri.symbols.MeshSymbol3D', 'esri.symbols.PointSymbol3D', 'esri.symbols.PolygonSymbol3D', 'esri.symbols.WebStyleSymbol', or a plain object that can autocast (having .type = 'simple-fill', 'picture-fill', 'picture-marker', 'simple-line', 'simple-marker', 'text', 'line-3d', 'mesh-3d', 'point-3d', 'polygon-3d', 'web-style')&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 09:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trouble-with-draw-feature-set-simbology-in-1-5/m-p/867502#M4489</guid>
      <dc:creator>Jan-Tschada</dc:creator>
      <dc:date>2019-07-10T09:27:11Z</dc:date>
    </item>
  </channel>
</rss>

