<?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: change highlight or add new image for webmap with javascript in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1147861#M76479</link>
    <description>&lt;P&gt;solution;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/add-specific-highlight/m-p/1147433#M76470" target="_self"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/add-specific-highlight/m-p/1147433#M76470&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 06:47:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2022-02-25T06:47:55Z</dc:date>
    <item>
      <title>change highlight or add new image for webmap with javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1145500#M76396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wanna add dynamic image for my project. Let me explain you ;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TarikBayram_0-1645163869335.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34313i51715064E8CCB602/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TarikBayram_0-1645163869335.png" alt="TarikBayram_0-1645163869335.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if I click on the current position of the mouse on the left screen a blue image appears. But I wanna blue image create just on feature.I didn't see any post in ArcGIS API for javascript document about this topic. Maybe I can try change highlight options and make my blue image.&lt;/P&gt;&lt;P&gt;I will be happy if you can help me about this .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 06:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1145500#M76396</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-18T06:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: change highlight or add new image for webmap with javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1145593#M76400</link>
      <description>&lt;P&gt;Try setting the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#highlightOptions" target="_self"&gt;MapView highlightOptions&lt;/A&gt;.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const view = new MapView({
  map: webmap,
  container: "viewDiv",
  highlightOptions: {
    color: [255, 255, 0, .9],
    haloOpacity: 0.8,
    fillOpacity: 0.5
  }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 14:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1145593#M76400</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2022-02-18T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: change highlight or add new image for webmap with javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1146073#M76409</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for answering my question. I'm looking for something different.Can I change the highlight image? Can I put the blue image instead of the default image ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="blueprint.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34506i0834F9C53EF7EE09/image-size/large?v=v2&amp;amp;px=999" role="button" title="blueprint.jpg" alt="blueprint.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 05:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1146073#M76409</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-21T05:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: change highlight or add new image for webmap with javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1146100#M76412</link>
      <description>&lt;P&gt;I can actually click on the feature layer. In this way, I can highlight my points. Can I make a system that opens on the map when I click with this method?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TarikBayram_0-1645434874483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34512i352CEAE2BC790E69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TarikBayram_0-1645434874483.png" alt="TarikBayram_0-1645434874483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to do is actually like this;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TarikBayram_1-1645435218361.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34513iDA86E9ECE3AB5356/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TarikBayram_1-1645435218361.png" alt="TarikBayram_1-1645435218361.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Feb 2022 09:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1146100#M76412</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-21T09:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: change highlight or add new image for webmap with javascript</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1147861#M76479</link>
      <description>&lt;P&gt;solution;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/add-specific-highlight/m-p/1147433#M76470" target="_self"&gt;https://community.esri.com/t5/arcgis-api-for-javascript-questions/add-specific-highlight/m-p/1147433#M76470&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-highlight-or-add-new-image-for-webmap-with/m-p/1147861#M76479</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-02-25T06:47:55Z</dc:date>
    </item>
  </channel>
</rss>

