<?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 I want to show multiple polygons on a single map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-want-to-show-multiple-polygons-on-a-single-map/m-p/1105846#M74911</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;BR /&gt;I have multiple checkbox in my form which contains different polygons on a layer in map. When I click on a particular checkbox, the selected checkbox polygon should be highlighted on map.&lt;/P&gt;&lt;P&gt;I want to show multiple polygons. Please suggest me how to do that.&lt;/P&gt;&lt;P&gt;can anyone share me code for that.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 11:14:48 GMT</pubDate>
    <dc:creator>deepakvashisth1</dc:creator>
    <dc:date>2021-10-08T11:14:48Z</dc:date>
    <item>
      <title>I want to show multiple polygons on a single map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-want-to-show-multiple-polygons-on-a-single-map/m-p/1105846#M74911</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;BR /&gt;I have multiple checkbox in my form which contains different polygons on a layer in map. When I click on a particular checkbox, the selected checkbox polygon should be highlighted on map.&lt;/P&gt;&lt;P&gt;I want to show multiple polygons. Please suggest me how to do that.&lt;/P&gt;&lt;P&gt;can anyone share me code for that.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 11:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-want-to-show-multiple-polygons-on-a-single-map/m-p/1105846#M74911</guid>
      <dc:creator>deepakvashisth1</dc:creator>
      <dc:date>2021-10-08T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: I want to show multiple polygons on a single map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-want-to-show-multiple-polygons-on-a-single-map/m-p/1105935#M74913</link>
      <description>&lt;P&gt;The &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#highlight" target="_self"&gt;highlight method of FeatureLayerView&lt;/A&gt; will keep highlighting additional features each time it's called. To remove the highlight, you can use the remove() method of the "highlight handler" that's returned from calling highlight().&lt;/P&gt;&lt;P&gt;You can see this in action with this &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/highlight-point-features/" target="_self"&gt;sample app&lt;/A&gt;. Just comment line 86 to see it highlight more features as you click.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 14:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-want-to-show-multiple-polygons-on-a-single-map/m-p/1105935#M74913</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2021-10-08T14:54:57Z</dc:date>
    </item>
  </channel>
</rss>

