<?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: Show feature boundaries when navigating through features in popup (Javascript V4) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564107#M52642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That functionality does not exist in the 4.4 API as of yet. See this thread for a workaround:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click"&gt;https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 13:00:45 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-08-29T13:00:45Z</dc:date>
    <item>
      <title>Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564106#M52641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks, I'm using version 4.4 of the javascript API and trying to implement functionality as present in V3 of the API. I have a popup showing the results of an IdentifyTask and am able to navigate through the list of features. However, in V4, the map isn't drawing the boundaries of the selected feature. You can see this in action in the code samples for the identify task:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V4:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=tasks-identify" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=tasks-identify"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;V3:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=find_popup" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=find_popup"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to replicate the V3 functionality of drawing the boundaries of the selected feature using the 4.4 API? Is that functionality&amp;nbsp;that's under development?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564106#M52641</guid>
      <dc:creator>SamanthaRoutledge</dc:creator>
      <dc:date>2017-08-29T12:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564107#M52642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samantha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That functionality does not exist in the 4.4 API as of yet. See this thread for a workaround:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click"&gt;https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:00:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564107#M52642</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-29T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564108#M52643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Highlighting is supported in 3D but not 2D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to add this functionality yourself is to do something like this:&amp;nbsp;&lt;A class="link-titled" href="https://jsbin.com/movejuveke/edit?html,output" title="https://jsbin.com/movejuveke/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Added returnGeometry = true to identifyParams.&lt;/P&gt;&lt;P&gt;2. Overrode view.popup.viewModel highlight method.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Added event to clear graphics on popup close.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564108#M52643</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-08-29T13:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564109#M52644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas and Robert! Before I saw Thomas' response, I came up with a solution based on (&lt;A href="https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click" target="_blank"&gt;https://community.esri.com/thread/183372-jsapi-40-popup-set-highlight-graphic-on-feature-layer-click&lt;/A&gt;&amp;nbsp;), though since I had multiple features I modified their solution to be activated when the Popup's selectedFeature changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;popup&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;watch&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'selectedFeature'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;newFeature&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; symbol &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;SimpleFillSymbol&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;255&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0.0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'solid'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outline&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;102&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;204&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;5&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&amp;nbsp;&amp;nbsp; app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphics&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;removeAll&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; selectionGraphic &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; newFeature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;clone&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; selectionGraphic&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;symbol &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; symbol&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphics&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;selectionGraphic&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though now that I've seen it, I think I like overriding the highlight function better, so that's probably what I'll end up using!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564109#M52644</guid>
      <dc:creator>SamanthaRoutledge</dc:creator>
      <dc:date>2021-12-12T00:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564110#M52645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is probably a better solution than what I came up with. &amp;nbsp;It should be more or less the same but it's much clearer to watch the selectedFeature as opposed to overriding the _highlight method which isn't documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the somewhat near future I expect 2D to have highlighting so we won't have to worry about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:07:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564110#M52645</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-08-29T15:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564111#M52646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears the 4.6 version doesn't have highlighting yet, any idea when it might be included?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the solution posted above, how would you modify this so that it works when a feature is clicked on as opposed to selected (or is this the same thing)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 17:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564111#M52646</guid>
      <dc:creator>deleted-user-OlpHy1NoMNug</dc:creator>
      <dc:date>2017-12-15T17:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564112#M52647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/TSolow-esristaff"&gt;TSolow-esristaff&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea if this is slated for the 4.7 version?&amp;nbsp; It's causing delays for us in terms of deployment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 21:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564112#M52647</guid>
      <dc:creator>deleted-user-OlpHy1NoMNug</dc:creator>
      <dc:date>2018-01-29T21:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564113#M52648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this will be ready in 4.7.&amp;nbsp; I should point out that Feature Layers in a Map View can be highlighted if webGL is used to render them.&amp;nbsp; This capability is marked as beta, you can read more about it here (including how to enable it):&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#webgl-rendering" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#webgl-rendering"&gt;FeatureLayer | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this&amp;nbsp;isn't&amp;nbsp;an option, I think your best bet would be to watch the "selectedFeature" property on the popup:&amp;nbsp;&lt;A class="link-titled" href="https://jsbin.com/xumavomoga/edit?html,output" title="https://jsbin.com/xumavomoga/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using that approach, you'll have to decide how to highlight each geometry type.&amp;nbsp; In that sample, a new polygon is added that outlines the feature returned from identify that is currently shown in the popup.&amp;nbsp; For point geometries, you'd probably want to highlight things a little differently.&amp;nbsp; Here's another SDK sample that shows how you might approach highlighting a point:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=editing-applyedits" title="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=editing-applyedits"&gt;ArcGIS API for JavaScript Sandbox&lt;/A&gt;&amp;nbsp;(click on a feature to highlight).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the difference between&amp;nbsp;selecting a feature and clicking on it,&amp;nbsp;if you watch the "selectedFeature" property, you're just assuming whatever feature the popup&amp;nbsp;is currently displaying is&amp;nbsp;selected.&amp;nbsp; You can manually add features to the popup (and therefore select them) as in the identify sample, using popup.open: &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#open" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#open"&gt;Popup | API Reference | ArcGIS API for JavaScript 4.6&lt;/A&gt;.&amp;nbsp; Or, depending on the layer and what kind of search you want to perform on click, you could take advantage of the built-in popup functionality, like this:&amp;nbsp;&lt;A class="link-titled" href="https://jsbin.com/tigavanedo/edit?html,output" title="https://jsbin.com/tigavanedo/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 14:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564113#M52648</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2018-01-30T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564114#M52649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasn't able to use webGL since the service is coming from ArcServer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up using the last option you mentioned,&amp;nbsp;&lt;A class="link-titled" href="https://jsbin.com/tigavanedo/edit?html,output" title="https://jsbin.com/tigavanedo/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question:&amp;nbsp; When I use the search widget, the&amp;nbsp;searched feature is highlighted using an orange fill&amp;nbsp;but I can't change it.&amp;nbsp; Adding some .css didn't seem to make a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/395271_Capture.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564114#M52649</guid>
      <dc:creator>deleted-user-OlpHy1NoMNug</dc:creator>
      <dc:date>2018-01-30T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564115#M52650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting the "resultSymbol" property on the Feature Layer Source.&amp;nbsp; This sample has two Feature Layer Sources, I've set the first one so it will&amp;nbsp;use a blue Simple Fill Symbol:&amp;nbsp; &lt;A class="link-titled" href="https://jsbin.com/jecorodono/edit?html,output" title="https://jsbin.com/jecorodono/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(To trigger a search, just click the Search and select "Use current location").&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564115#M52650</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2018-01-30T19:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show feature boundaries when navigating through features in popup (Javascript V4)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564116#M52651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, that nailed it.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/show-feature-boundaries-when-navigating-through/m-p/564116#M52651</guid>
      <dc:creator>deleted-user-OlpHy1NoMNug</dc:creator>
      <dc:date>2018-01-30T19:53:33Z</dc:date>
    </item>
  </channel>
</rss>

