<?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: Bing layer in ArcGIS FlexViewer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311709#M7411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mehul thats just what I was hoping for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Sep 2010 16:22:07 GMT</pubDate>
    <dc:creator>MarcusHarner</dc:creator>
    <dc:date>2010-09-24T16:22:07Z</dc:date>
    <item>
      <title>Bing layer in ArcGIS FlexViewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311707#M7409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Per the online instructions about the Layer tag it seems that this &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="Bing Roads"&amp;nbsp;&amp;nbsp;&amp;nbsp; type="bing" visible="false" alpha="1" style="road" culture="en-US"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;would add a basemap layer (within the basemaps tag) that displays roads from bing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try it and no layer is returned, just white.&amp;nbsp; The default Streets and Aerial layers that came in the default ArcGIS Flex Viewer config file work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas where I am missing something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Marcus Harner&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 14:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311707#M7409</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2010-09-24T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bing layer in ArcGIS FlexViewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311708#M7410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Marcus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer&amp;gt; tag that you specified is correct. In addition to this, &amp;lt;bing&amp;gt; tag containing bing key should be specified in the main config file. This has changed a bit from beta. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/migratingconfig.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/migratingconfig.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;More info to obtain Bing Key can be found here:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/content/ve_gettingstarted.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/flex/help/content/ve_gettingstarted.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bing key="YOUR BING KEY"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map initialextent="-2757000 -5006000 18493000 12369000" top="40"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Streets" type="bing" visible="false" style="road" culture="en-US" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Aerial" type="bing" visible="true" style="aerial" culture="en-US" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Aerial with labels" type="bing" visible="false" style="aerialWithLabels" culture="en-US" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/map&amp;gt;
&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311708#M7410</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2021-12-11T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bing layer in ArcGIS FlexViewer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311709#M7411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mehul thats just what I was hoping for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 16:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/bing-layer-in-arcgis-flexviewer/m-p/311709#M7411</guid>
      <dc:creator>MarcusHarner</dc:creator>
      <dc:date>2010-09-24T16:22:07Z</dc:date>
    </item>
  </channel>
</rss>

