<?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 Why is FeatureLayerView trying to execute on my non-spatial (Table) FeatureLayer for Esri JS 4.11? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-is-featurelayerview-trying-to-execute-on-my/m-p/223444#M20785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"[esri.views.2d.layers.FeatureLayerView2D] #resolve() Failed to resolve layer view" comes up in my console when I am simply creating a table FeatureLayer, after looking at documentation I would have assumed that the API would have known that it does not need to display graphics for this FeatureLayer because it has none. I am creating it as shown here in Esri documentation:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// Non-spatial table in San Francisco incidents service.&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; table = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; FeatureLayer({ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #595959;"&gt;url&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"https://sampleserver6.arcgisonline.com/arcgis/rest/services/SF311/FeatureServer/1"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2019 20:44:25 GMT</pubDate>
    <dc:creator>DavidWilson3</dc:creator>
    <dc:date>2019-06-13T20:44:25Z</dc:date>
    <item>
      <title>Why is FeatureLayerView trying to execute on my non-spatial (Table) FeatureLayer for Esri JS 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-is-featurelayerview-trying-to-execute-on-my/m-p/223444#M20785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"[esri.views.2d.layers.FeatureLayerView2D] #resolve() Failed to resolve layer view" comes up in my console when I am simply creating a table FeatureLayer, after looking at documentation I would have assumed that the API would have known that it does not need to display graphics for this FeatureLayer because it has none. I am creating it as shown here in Esri documentation:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// Non-spatial table in San Francisco incidents service.&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; table = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; FeatureLayer({ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #595959;"&gt;url&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"https://sampleserver6.arcgisonline.com/arcgis/rest/services/SF311/FeatureServer/1"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 20:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-is-featurelayerview-trying-to-execute-on-my/m-p/223444#M20785</guid>
      <dc:creator>DavidWilson3</dc:creator>
      <dc:date>2019-06-13T20:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is FeatureLayerView trying to execute on my non-spatial (Table) FeatureLayer for Esri JS 4.11?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-is-featurelayerview-trying-to-execute-on-my/m-p/223445#M20786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't add it to the map, you can just query it directly. If you add it to the map, we try to draw it, but can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error from the FeatureLayerView is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="" style="color: #d5d5d5; font-size: 11px; padding-left: 12px;"&gt;&lt;LI class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;message&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #e93f3b;"&gt;&lt;SPAN class="" style="color: #d5d5d5;"&gt;"&lt;/SPAN&gt;table feature layer can't be displayed&lt;SPAN class="" style="color: #d5d5d5;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;name&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #e93f3b;"&gt;&lt;SPAN class="" style="color: #d5d5d5;"&gt;"&lt;/SPAN&gt;featurelayerview:table-not-supported&lt;SPAN class="" style="color: #d5d5d5;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Support for this in some form&amp;nbsp;will be coming in a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 21:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/why-is-featurelayerview-trying-to-execute-on-my/m-p/223445#M20786</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-06-13T21:52:10Z</dc:date>
    </item>
  </channel>
</rss>

