<?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: Help Modifying Feature Selection Application in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-modifying-feature-selection-application/m-p/216234#M20064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The Select with Feature Layer sample has this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&lt;SPAN class="pln"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphics&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;clear&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;();&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;
&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;P&gt;and the Geolocate sample has this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="pln"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphics&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;add&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphic&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/PRE&gt;&lt;P&gt;So basically they are counteracting one another. My advice would be to have the Select with Feature Layer sample use a graphics layer that you add to the map and not the maps default graphics layer or vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:35:24 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T10:35:24Z</dc:date>
    <item>
      <title>Help Modifying Feature Selection Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-modifying-feature-selection-application/m-p/216233#M20063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a webmap application in the ArcGIS JavaScript API.&amp;nbsp; I like the functionality of the sample found here: &lt;A href="https://developers.arcgis.com/javascript/jssamples/query_buffer.html" title="https://developers.arcgis.com/javascript/jssamples/query_buffer.html"&gt;Select with Feature Layer | ArcGIS API for JavaScript&lt;/A&gt;‌, however, I would like to combine it with some other capabilities.&amp;nbsp; One of those is the geoLocation.&amp;nbsp; The problem is that whenever the query is executed the GPS point disappears.&amp;nbsp; I'm not sure if it is because it is buried under the buffer graphic that is drawn, or the it is cleared in the process of all graphics being cleared before the query is executed.&amp;nbsp; Is it possible to somehow redraw the GPS point generated by the geolocate tool: &lt;A href="https://developers.arcgis.com/javascript/jssamples/exp_geolocate.html" title="https://developers.arcgis.com/javascript/jssamples/exp_geolocate.html"&gt;Geolocation | ArcGIS API for JavaScript&lt;/A&gt;‌.?&amp;nbsp; Or maybe loop the functionality of it so that it reappears&amp;nbsp; on top of the buffer?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:07:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-modifying-feature-selection-application/m-p/216233#M20063</guid>
      <dc:creator>JohnPapageorgiou</dc:creator>
      <dc:date>2014-07-15T07:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Modifying Feature Selection Application</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-modifying-feature-selection-application/m-p/216234#M20064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The Select with Feature Layer sample has this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&lt;SPAN class="pln"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphics&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;clear&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;();&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;
&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;P&gt;and the Geolocate sample has this line:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="pln"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphics&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;add&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;graphic&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;/PRE&gt;&lt;P&gt;So basically they are counteracting one another. My advice would be to have the Select with Feature Layer sample use a graphics layer that you add to the map and not the maps default graphics layer or vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/help-modifying-feature-selection-application/m-p/216234#M20064</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T10:35:24Z</dc:date>
    </item>
  </channel>
</rss>

