<?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: Webapp- Show points within a selected polygon in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721081#M66922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering if there is a way to have the selected &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;census block highlighted as well? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It would be nice to know the boundary is for the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;block&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is there a reason why when a geocoder is added it will not zoom to location? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 17:24:33 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2015-04-16T17:24:33Z</dc:date>
    <item>
      <title>Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721078#M66919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have over 3 million points. I cannot have my server displaying all these points on a map a the same time. &lt;/P&gt;&lt;P&gt;What I want to do is when a building is selected, show all points within that polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know about this example:&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure that will work because I don't want a buffer I want to use another Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 17:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721078#M66919</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2014-12-31T17:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721079#M66920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep you can use the same idea as the sample you linked to but instead of using a buffer you'll just use the geometry of the other layer. Here's an example that selects all the points within a census block group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/mevuboqipo/1/" title="http://jsbin.com/mevuboqipo/1/"&gt;Select with feature layer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the code you'll see that we setup a click handler for the block feature layer and when its clicked we query the point feature layer using the clicked geometry.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 18:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721079#M66920</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2014-12-31T18:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721080#M66921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 20:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721080#M66921</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2014-12-31T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721081#M66922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was wondering if there is a way to have the selected &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;census block highlighted as well? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It would be nice to know the boundary is for the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;block&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Is there a reason why when a geocoder is added it will not zoom to location? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thank you! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721081#M66922</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-04-16T17:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721082#M66923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Here is an updated version that adds the select block as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://jsbin.com/nasuxovodu/1/" title="http://jsbin.com/nasuxovodu/1/"&gt;Select with feature layer&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721082#M66923</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-16T18:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721083#M66924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​ &lt;/P&gt;&lt;P&gt;That is exactly what I was looking for thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 18:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721083#M66924</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-04-16T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721084#M66925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am using polygons not points. Some polygons (soils) overlap some of the boundaries(taxlots). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the life of me I cannot figure out how to change the color to indicate what polygon is selected(cyan outline).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is confusing because there are so many features being selected. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="358" src="https://community.esri.com/legacyfs/online/87387_pastedImage_0.png" style="width: 485px; height: 358.274193548387px;" width="485" /&gt;&lt;/P&gt;&lt;P&gt;The red taxlot is a boundary. Then two different features (soils) overlap that polygon are selected, indicated by a red dash. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select either polygon a cyan outline appears. This works when the map is zoomed out but when it is zoomed in it is impossible to tell what one is selected. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="416" src="https://community.esri.com/legacyfs/online/87388_pastedImage_1.png" style="width: 479px; height: 415.648387096774px;" width="479" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i change the color of the soils layer to indicate which one is selected? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 15:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721084#M66925</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-04-20T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721085#M66926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If I am understanding your concern then all you need to do is set the soil layer selection symbol. Look in the existing code for "setSelectionSymbol" for an example of the code syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721085#M66926</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-20T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721086#M66927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;Thank you for the quick reply! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"setSelectionSymbol"&lt;/SPAN&gt; you are talking about. When I add a color it changes the color of both polygons(soils) not the selected one. &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; // selection symbol used to draw the selected census block points within the buffer polygon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var symbol3 = new SimpleFillSymbol(SimpleFillSymbol.STYLE_SOLID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new SimpleLineSymbol(SimpleLineSymbol.STYLE_DASHDOT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new Color([247, 34, 101]), 2), new Color([247, 34, 101, 0.25]));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; censusPoints.setSelectionSymbol(symbol3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the selected one (cyan border) to change fill color when selected. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="466" src="https://community.esri.com/legacyfs/online/87407_pastedImage_1.png" style="width: 412px; height: 466.255144032922px;" width="412" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721086#M66927</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-04-20T16:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721087#M66928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You have do the setSelectionSymbol for the soils layer the cyan outline is the selection symbol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721087#M66928</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-04-20T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Webapp- Show points within a selected polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721088#M66929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the updated version.&amp;nbsp; It's exactly what I'm looking for except that I'd like to have the grid table for the point attribute data.&amp;nbsp; Best if it's edible table.&amp;nbsp; If you know there's a webapp builder widget for it please let me know.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 18:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/webapp-show-points-within-a-selected-polygon/m-p/721088#M66929</guid>
      <dc:creator>helenchu</dc:creator>
      <dc:date>2016-05-09T18:15:21Z</dc:date>
    </item>
  </channel>
</rss>

