<?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 Highlight selected point features(unique value renderer) using ArcGIS JavaScript API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250132#M23181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to highlight features that are selected from a custom data grid on map.On selection of any record the related feature is selected from the feature layer. While working with ArcGIS Silverlight API and WPF API, the selected feature is highlighted automatically with cyan color. I was not able to achieve the same using JavaScript API. Is there something I was missing ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this. Thanks in advance.&lt;SPAN aria-label="Happy" class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I was aware of a work around - using a graphics layer and plotting the selection symbol in that layer which would be depicted as the feature is selected. I would opt for this, if there is nothing we could do to resolve the above mentioned issue.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 12:31:44 GMT</pubDate>
    <dc:creator>Sai_PhaneendraPoludasu</dc:creator>
    <dc:date>2014-12-10T12:31:44Z</dc:date>
    <item>
      <title>Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250132#M23181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to highlight features that are selected from a custom data grid on map.On selection of any record the related feature is selected from the feature layer. While working with ArcGIS Silverlight API and WPF API, the selected feature is highlighted automatically with cyan color. I was not able to achieve the same using JavaScript API. Is there something I was missing ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this. Thanks in advance.&lt;SPAN aria-label="Happy" class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I was aware of a work around - using a graphics layer and plotting the selection symbol in that layer which would be depicted as the feature is selected. I would opt for this, if there is nothing we could do to resolve the above mentioned issue.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250132#M23181</guid>
      <dc:creator>Sai_PhaneendraPoludasu</dc:creator>
      <dc:date>2014-12-10T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250133#M23182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen this &lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_dgrid.html"&gt;sample&lt;/A&gt;, where clicking on a row in a grid highlights the state on the map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 14:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250133#M23182</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-12-10T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250134#M23183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;A href="https://community.esri.com/migrated-users/3856"&gt;Ken Buja&lt;/A&gt;, I have gone through this sample. This sample is for a polygon layer, and it also works for polyline layer - the selection symbol overrides the actual renderer of the layer and that would look like the feature is just highlighted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in case of a point layer, a point symbol is also replaced with the selection symbol(say cross-hair), the feature symbol is completely lost. But what we want here is that cross hair should be shown enclosing the feature symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/39139_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above snapshot, red colored feature is shown with actual feature symbol and selection symbol is shown with cyan colored cross hair. What I was trying to achieve is enclose the red colored feature symbol with cyan colored highlight symbol when the feature is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 06:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250134#M23183</guid>
      <dc:creator>Sai_PhaneendraPoludasu</dc:creator>
      <dc:date>2014-12-11T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250135#M23184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide your code (or upload it to JSFiddle)? Also, have you thought about changing the selection symbol to match point symbol? For example you could use a yellow fire hydrant as the selection symbol to indicate that it has been selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 17:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250135#M23184</guid>
      <dc:creator>NicholasHaney</dc:creator>
      <dc:date>2014-12-17T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250136#M23185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's been a while, but does anyone know of a fix for this?&amp;nbsp; I'm trying to use a selection symbol that does not block the feature symbol.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:41:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250136#M23185</guid>
      <dc:creator>BenAller</dc:creator>
      <dc:date>2016-07-27T16:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight selected point features(unique value renderer) using ArcGIS JavaScript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250137#M23186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar situation now:&amp;nbsp;&lt;A href="https://community.esri.com/thread/184224-how-to-highlight-a-point-feature-in-a-map-service-using-arcgis-javascript-api-318"&gt;https://community.esri.com/thread/184224-how-to-highlight-a-point-feature-in-a-map-service-using-arcgis-javascript-api-318&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you come across any answers / way around to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2016 15:34:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/highlight-selected-point-features-unique-value/m-p/250137#M23186</guid>
      <dc:creator>ThomasPuthusserry</dc:creator>
      <dc:date>2016-10-09T15:34:49Z</dc:date>
    </item>
  </channel>
</rss>

