<?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'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419597#M38567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we are making a map that allows users to search for certain results depending on what they check. Say bars or restaurants but it also needs to be able to select multiple items and display them. I'm having trouble finding any examples on the sample page. Would anyone have a good location for me to start researching?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 20:43:08 GMT</pubDate>
    <dc:creator>RobertErickson</dc:creator>
    <dc:date>2014-07-30T20:43:08Z</dc:date>
    <item>
      <title>I'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419597#M38567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we are making a map that allows users to search for certain results depending on what they check. Say bars or restaurants but it also needs to be able to select multiple items and display them. I'm having trouble finding any examples on the sample page. Would anyone have a good location for me to start researching?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 20:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419597#M38567</guid>
      <dc:creator>RobertErickson</dc:creator>
      <dc:date>2014-07-30T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419598#M38568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I would start with the "Manage result from multiple queries" sample. &lt;A href="https://developers.arcgis.com/javascript/jssamples/query_deferred_list.html" title="https://developers.arcgis.com/javascript/jssamples/query_deferred_list.html"&gt;Manage results from multiple queries | ArcGIS API for JavaScript&lt;/A&gt;‌ That sample shows how to query multiple layers of a mapservice for the same geometry. Then you just have to decide how that search geometry is going to be defined (like the current extent of the map) and how the user will specify which layers get queried (like though a list that allows for multiple selections).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 21:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419598#M38568</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-07-30T21:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419599#M38569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are both really cheesy example but they show how to toggle on and off layers and check multiple boxes. &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/map_explicitlayerlist.html" title="https://developers.arcgis.com/javascript/jssamples/map_explicitlayerlist.html"&gt;Toggle layer visibility | ArcGIS API for JavaScript&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/map_dynamiclayerlist.html" title="https://developers.arcgis.com/javascript/jssamples/map_dynamiclayerlist.html"&gt;Dynamically create layer list | ArcGIS API for JavaScript&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 21:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419599#M38569</guid>
      <dc:creator>AlicePence</dc:creator>
      <dc:date>2014-07-30T21:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419600#M38570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've got some new sample applications coming down the pipeline on GitHub, check out our quickstart app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 class="public entry-title" style="font-size: 20px; font-weight: normal; color: #666666; padding-left: 34px; font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://github.com/Esri/quickstart-map-js"&gt;&lt;STRONG&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #4183c4; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;Esri&lt;/SPAN&gt;&lt;SPAN class="path-divider" style="margin: 0 0.25em;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #4183c4; font-size: 10pt; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;&lt;STRONG&gt;q&lt;/STRONG&gt;uickstart-map-js&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #303030; font-size: 10pt; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;There is one specific new sample that you might find interesting, the Find Places by Category sample:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; background-attachment: initial; background-size: initial; background-origin: initial; color: #2873ee; font-size: small; background-image: initial; background-position: initial; background-repeat: initial; background-clip: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://esri.github.io/quickstart-map-js/html/geocoding/geosearch_category.html"&gt;Find Places by Category&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #303030; font-size: small; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;These are just some good jumping-off points, feel free to peruse our entire JavaScript samples library:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #303030; font-size: small; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #2873ee;"&gt;&lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/#overview_samples"&gt; JavaScript Samples&lt;/A&gt;&lt;/STRONG&gt;&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="background-origin: initial; background-size: initial; background-attachment: initial; color: #303030; font-size: small; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-origin: initial; background-size: initial; background-attachment: initial; color: #303030; font-size: small; background-repeat: initial; background-position: initial; background-image: initial; background-clip: initial;"&gt;-Noah&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419600#M38570</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2014-07-31T18:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for an example of a map that allows users to only show certain results? Say like all the restaurants, bars, or both in the area</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419601#M38571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought of using one of the Story Map &lt;A href="http://storymaps.arcgis.com/en/app-list/"&gt;templates&lt;/A&gt; to do something like that? One of the templates is the &lt;A href="http://storymaps.arcgis.com/en/app-list/shortlist/"&gt;Shortlist&lt;/A&gt;, which is used in several example to show highlighted features in an area. You would have to provide this information in the webmaps used to power the story map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 19:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-m-looking-for-an-example-of-a-map-that-allows/m-p/419601#M38571</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-07-31T19:11:13Z</dc:date>
    </item>
  </channel>
</rss>

