<?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: capture all map and layers that are existing in the application when a button is clicked in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198462#M5501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Yes. Use getBasemapLayers function to get basemaps and getLayerInfoArray for all operational Layers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 14:26:11 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-08-05T14:26:11Z</dc:date>
    <item>
      <title>capture all map and layers that are existing in the application when a button is clicked</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198459#M5498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, new to the arcgis dev. My question is how&amp;nbsp; to get all base maps and operational layers with a button click on a widget? the button click should capture all map and layers that are currently existing in the application when button click is triggered. Please share the codes. Thanks, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 01:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198459#M5498</guid>
      <dc:creator>Alexwang</dc:creator>
      <dc:date>2016-08-05T01:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: capture all map and layers that are existing in the application when a button is clicked</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198460#M5499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can use the LayerInfos class in WAB:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/api-reference/layerinfos.htm" title="https://developers.arcgis.com/web-appbuilder/api-reference/layerinfos.htm"&gt;LayerInfos class—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;There is a code snippet in the above doc page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198460#M5499</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-05T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: capture all map and layers that are existing in the application when a button is clicked</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198461#M5500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Always thank you for your replies, Robert. &lt;/P&gt;&lt;P&gt;just confirm: is &lt;SPAN style="color: #595959; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12.6438px; background-color: #f8f8f8;"&gt;LayerInfos.getInstance(&lt;/SPAN&gt;&lt;SPAN class="hljs-keyword" style="color: #aa0d91; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12.6438px;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #595959; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12.6438px; background-color: #f8f8f8;"&gt;.map, &lt;/SPAN&gt;&lt;SPAN class="hljs-keyword" style="color: #aa0d91; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12.6438px;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #595959; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12.6438px; background-color: #f8f8f8;"&gt;.map.itemInfo) able to catch all layers (base map tiles, graphics, feature layer, and any dynamic layers added by users)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198461#M5500</guid>
      <dc:creator>Alexwang</dc:creator>
      <dc:date>2016-08-05T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: capture all map and layers that are existing in the application when a button is clicked</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198462#M5501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Yes. Use getBasemapLayers function to get basemaps and getLayerInfoArray for all operational Layers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 14:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/capture-all-map-and-layers-that-are-existing-in/m-p/198462#M5501</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-08-05T14:26:11Z</dc:date>
    </item>
  </channel>
</rss>

