<?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: Showing only some points in Feature Layer on ArcGIS.Com WebMap Javascript API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-only-some-points-in-feature-layer-on/m-p/131442#M12246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The folowing example shows you how to do this: &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;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 07:33:41 GMT</pubDate>
    <dc:creator>AntoonUijtdehaag</dc:creator>
    <dc:date>2014-07-10T07:33:41Z</dc:date>
    <item>
      <title>Showing only some points in Feature Layer on ArcGIS.Com WebMap Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-only-some-points-in-feature-layer-on/m-p/131441#M12245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: rgba(248, 248, 248, 0.6);"&gt;I am looking at creating a webmap which will allow users to place a point either by clicking on a map or selecting a point from a drop down which will then buffer the point. I've done something similar by pulling in featurelayers and placing them on top of a basemap. Using the Javascript API. This worked well i was trying to do something similar with a webmap in the hops of reducing the overhead of maintaining and coding 37 different category of points in the JavaScript code and off load that to the WebMap itself.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: rgba(248, 248, 248, 0.6);"&gt;The problem i'm having is that the web map is displaying all the items and when i set the visibiilty to true on the feature, and i tried setting a null renderer with a selection symbol then just as a test arbitrarily selecting 4 points on the map. Only at first nothing rendred. Removing the Null renderer shows all the points and changes the symbols for the ones i've passed the object ids for.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: rgba(248, 248, 248, 0.6);"&gt;So in the end what i would hope to be able to do is hide any points outside of a buffer area using the web map and am looking for some help in that direction.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

&lt;CODE&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;require&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dojo/parser"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dijit/layout/ContentPane"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dijit/layout/BorderContainer"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dijit/layout/AccordionContainer"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dijit/layout/AccordionPane"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/arcgis/utils"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/config"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/urlUtils"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/tasks/query"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/layers/FeatureLayer"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/symbols/SimpleMarkerSymbol"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/renderers/SimpleRenderer"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"esri/Color"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"dojo/domReady!"&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;],&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; parser&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;ContentPane&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;BorderContainer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;AccordionContainer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;AccordionPane&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;Map&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; arcgisUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; esriConfig&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; urlUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;Query&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;SimpleMarkerSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;SimpleRenderer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;Color&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; parser&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;parse&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;();&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp; urlUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;addProxyRule&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; urlPrefix&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"www.arcgis.com"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; proxyUrl&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"/proxy/proxy.ashx"&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; urlUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;addProxyRule&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; urlPrefix&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://geoenrich.arcgis.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://geoenrich.arcgis.com/&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; proxyUrl&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"/proxy/proxy.ashx"&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; urlUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;addProxyRule&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;({&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; urlPrefix&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgis.com" rel="nofollow noopener noreferrer" target="_blank"&gt;http://services.arcgis.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; proxyUrl&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"/proxy/proxy.ashx"&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; arcgisUtils&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;createMap&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"753dcfe7d5ee4984a281da14cef54366"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"mapDiv"&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;).&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;then&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;response&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; map &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; response&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; console&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;log&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; fLayer &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; map&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;getLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;map&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;graphicsLayerIds&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;]);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="font-size: 12px; color: #868686;"&gt;//var fLayer = response.itemInfo.itemData.operationalLayers[0]&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; j &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; nullSymbol &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;SimpleMarkerSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;().&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setSize&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="font-size: 12px; color: #868686;"&gt;//fLayer.setRenderer(new SimpleRenderer(nullSymbol));&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; fLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setVisibility&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;true&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; symbolPath &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="str" style="font-size: 12px; color: #800000;"&gt;"M16,1.466C7.973,1.466,1.466,7.973,1.466,16c0,8.027,6.507,14.534,14.534,14.534c8.027,0,14.534-6.507,14.534-14.534C30.534,7.973,24.027,1.466,16,1.466z M14.757,8h2.42v2.574h-2.42V8z M18.762,23.622H16.1c-1.034,0-1.475-0.44-1.475-1.496v-6.865c0-0.33-0.176-0.484-0.484-0.484h-0.88V12.4h2.662c1.035,0,1.474,0.462,1.474,1.496v6.887c0,0.309,0.176,0.484,0.484,0.484h0.88V23.622z"&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; siteSymbol &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;SimpleMarkerSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;();&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; siteSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setPath&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;symbolPath&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; siteSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setColor&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;Color&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;23&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;62&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;139&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;1&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;]));&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; siteSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;size &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;25&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; siteSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setOutline&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;null&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; fLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;setSelectionSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;siteSymbol&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; objId &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;504&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;100&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;1325&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;728&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;];&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; q &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;Query&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;();&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp; q&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;objectIds &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; objId&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp; fLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;selectFeatures&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;q&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="typ" style="font-size: 12px; color: #2b91af;"&gt;FeatureLayer&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;SELECTION_NEW&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;results&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="font-size: 12px; color: #8a4a0b;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; bob &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="lit" style="font-size: 12px; color: #953838;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="font-size: 12px; color: #868686;"&gt;//response.itemInfo.itemData.operationalLayers[0].selectFeatures(q, FeatureLayer.SELECTION_NEW, function (results) {&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;

&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="com" style="font-size: 12px; color: #868686;"&gt;//});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;



&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;SPAN class="pln" style="font-size: 12px; color: #000000;"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="pun" style="font-size: 12px; color: #145680;"&gt;});&lt;/SPAN&gt;&lt;/CODE&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:23:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-only-some-points-in-feature-layer-on/m-p/131441#M12245</guid>
      <dc:creator>GaryTownsend</dc:creator>
      <dc:date>2021-12-11T07:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Showing only some points in Feature Layer on ArcGIS.Com WebMap Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-only-some-points-in-feature-layer-on/m-p/131442#M12246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The folowing example shows you how to do this: &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;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 07:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-only-some-points-in-feature-layer-on/m-p/131442#M12246</guid>
      <dc:creator>AntoonUijtdehaag</dc:creator>
      <dc:date>2014-07-10T07:33:41Z</dc:date>
    </item>
  </channel>
</rss>

