<?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: Configure feature symbol after queryingFeatures in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290632#M81201</link>
    <description>&lt;P&gt;&lt;SPAN&gt;4.x does not have concept of selection symbol. You can change the highlightOptions for the layer view. Please take a look this sample as this shows how to change the layer view's highlightOptions:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/highlightoptions-layerviews/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.arcgis.com/javascript/latest/sample-code/highlightoptions-layerviews/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 14:45:26 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2023-05-18T14:45:26Z</dc:date>
    <item>
      <title>Configure feature symbol after queryingFeatures</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290404#M81195</link>
      <description>&lt;P&gt;Is there a way to configure feature symbol when highlighting them? I have written sample code here. See&amp;nbsp;&lt;A href="https://codepen.io/b2810s/pen/VwEEpbx" target="_blank"&gt;https://codepen.io/b2810s/pen/VwEEpbx&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;However, it goes through the loop to configure the symbol with each feature. How can I avoid this loop? Consider the scenario where I need to highlight multiple features from multiple layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was easier with ArcGIS Javascript API 3.x to configure the selection symbology with the feature layer. But I don't find similar with the 4.x.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 21:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290404#M81195</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2023-05-17T21:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configure feature symbol after queryingFeatures</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290632#M81201</link>
      <description>&lt;P&gt;&lt;SPAN&gt;4.x does not have concept of selection symbol. You can change the highlightOptions for the layer view. Please take a look this sample as this shows how to change the layer view's highlightOptions:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/highlightoptions-layerviews/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developers.arcgis.com/javascript/latest/sample-code/highlightoptions-layerviews/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 14:45:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290632#M81201</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-05-18T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configure feature symbol after queryingFeatures</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290668#M81202</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The reason I am adding Graphic object manually so I can display the symbology as per customer's preference. highlightOptions&amp;nbsp;doesn't allow to display different symbols with different styles. Is there any plan to support it in future? Or any other alternatives for this scenario?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 15:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290668#M81202</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2023-05-18T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configure feature symbol after queryingFeatures</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290673#M81203</link>
      <description>&lt;P&gt;Instead of adding GraphicsLayer, you can create a client-side FeatureLayer and set the renderer of the feature layer. This way you don't have assign a symbol to every single graphic. Take a look at this sample:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-featurelayer-collection-edits" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=layers-featurelayer-collection-edits&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 15:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290673#M81203</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-05-18T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configure feature symbol after queryingFeatures</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290838#M81208</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53756"&gt;@UndralBatsukh&lt;/a&gt;&amp;nbsp;This is a good suggestion and it will work for me, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 20:56:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/configure-feature-symbol-after-queryingfeatures/m-p/1290838#M81208</guid>
      <dc:creator>BhavinSanghani</dc:creator>
      <dc:date>2023-05-18T20:56:29Z</dc:date>
    </item>
  </channel>
</rss>

