<?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 Creating Dropdowns That Point to a Particular Location/ Feature Layer   in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489913#M45532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my web app, I have 5 different boundaries as a feature layer. Each boundary layer represents a geographical location, for instance, I have a specific region of Birmingham, Philadelphia, North Carolina. I want to create dropdowns where if I select Birmingham, the map zooms into the boundary (feature layer) of Birmingham. I am using ArcGIS API for JavaScript 3.x. I looked at the sample of DataAdapterFeatureLayer but could not figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the possible easy ways to achieve that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2017 13:58:28 GMT</pubDate>
    <dc:creator>SarojThapa1</dc:creator>
    <dc:date>2017-04-06T13:58:28Z</dc:date>
    <item>
      <title>Creating Dropdowns That Point to a Particular Location/ Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489913#M45532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my web app, I have 5 different boundaries as a feature layer. Each boundary layer represents a geographical location, for instance, I have a specific region of Birmingham, Philadelphia, North Carolina. I want to create dropdowns where if I select Birmingham, the map zooms into the boundary (feature layer) of Birmingham. I am using ArcGIS API for JavaScript 3.x. I looked at the sample of DataAdapterFeatureLayer but could not figure it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the possible easy ways to achieve that?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 13:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489913#M45532</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2017-04-06T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dropdowns That Point to a Particular Location/ Feature Layer </title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489914#M45533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saroj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Not exactly what you are asking for but have you looked at the bookmark dijit?&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=widget_bookmarks_editable" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=widget_bookmarks_editable"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=widget_bookmarks_editable&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489914#M45533</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-06T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dropdowns That Point to a Particular Location/ Feature Layer </title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489915#M45534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert. I looked at this sample before. I would prefer dropdowns to this bookmark_dijit. I was wondering if I could use html5 geolocoation api on top of js api and point each dropdown to a particular lat,long.&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489915#M45534</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2017-04-06T14:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dropdowns That Point to a Particular Location/ Feature Layer </title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489916#M45535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saroj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You don't need anything that complex. When you create your menu and a click event for each menuitem the click event will just look at the menu label and based on that set the maps extent to some predefined extent geometry for your locations (pretty simple).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:33:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489916#M45535</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-06T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Dropdowns That Point to a Particular Location/ Feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489917#M45536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert. Looks like I can get it done with simple html and javascript.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-dropdowns-that-point-to-a-particular/m-p/489917#M45536</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2017-04-06T14:38:38Z</dc:date>
    </item>
  </channel>
</rss>

