<?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: API v2.6 breaks Bing maps backgrounds? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62453#M5472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Our sample to add a bing layer works:&amp;nbsp; &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Post more code to repro?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah I saw that sample was working. My code is pretty convoluted so I'll do some internal debugging first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you updated the samples, did you simply find/replace 2.5 with 2.6 in the Bing sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2011 21:01:17 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2011-12-14T21:01:17Z</dc:date>
    <item>
      <title>API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62451#M5470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a page which works correctly using v2.5 of the API. If I replace the API version with "2.6" in the lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/2.6/js/dojo/dijit/themes/claro/claro.css"&amp;gt;
&amp;lt;script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the map loads correctly, and my FeatureLayers and DynamicLayers are displayed - but the Bing maps backdrop is missing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I revert to 2.5 in these two lines, Bing maps appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62451#M5470</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-12-14T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62452#M5471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our sample to add a bing layer works:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Post more code to repro?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62452#M5471</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-14T20:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62453#M5472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Our sample to add a bing layer works:&amp;nbsp; &lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ve/ve_layer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Post more code to repro?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah I saw that sample was working. My code is pretty convoluted so I'll do some internal debugging first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you updated the samples, did you simply find/replace 2.5 with 2.6 in the Bing sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62453#M5472</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2011-12-14T21:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62454#M5473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;When you updated the samples, did you simply find/replace 2.5 with 2.6 in the Bing sample?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, yes. The samples are updated with a batch find/replace process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:03:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62454#M5473</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-14T21:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62455#M5474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I appear to have the same problem. I'm using the BasemapGallery Dijit in my application. All the services display except the Bing services. (All the services appear in the dijit but when one of the Bing services is click the basemap is blank.) I checked and the BasemapGallery samples (Default and Dropdown button use Bing) are working correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 12:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62455#M5474</guid>
      <dc:creator>JeffMitzelfelt</dc:creator>
      <dc:date>2011-12-15T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62456#M5475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I appear to have the same problem. I'm using the BasemapGallery Dijit in my application. All the services display except the Bing services.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post the code for your app? A simplified repro case would be preferred.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 12:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62456#M5475</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-12-15T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62457#M5476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you post the code for your app? A simplified repro case would be preferred.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of errors are you guys getting in firebug/fiddler? I am not seeing any&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use both the Basemap gallery Widget and the custom Basemap Control widget, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bing maps display, but if i "clickwheel" or use the zoom slider to zoom, it looks like Basemaps never update.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The same layer chosen without the basemap gallery works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The same layer chosen from BAsemap Control sample works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like a bug in the Basemap gallery that is not working with the new zoom style .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 13:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62457#M5476</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-15T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62458#M5477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you specifying a valid bing maps key for the BasemapGallery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var basemapGallery = new esri.dijit.BasemapGallery({
&amp;nbsp; showArcGISBasemaps: true,
&amp;nbsp; bingMapsKey:'Enter Bing Maps Key Here',
&amp;nbsp; map: map
}, "basemapGallery");&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I appear to have the same problem. I'm using the BasemapGallery Dijit in my application.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62458#M5477</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-10T22:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62459#M5478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you specifying a valid bing maps key for the BasemapGallery?&lt;BR /&gt; &lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var basemapGallery = new esri.dijit.BasemapGallery({
&amp;nbsp; showArcGISBasemaps: true,
&amp;nbsp; bingMapsKey:'Enter Bing Maps Key Here',
&amp;nbsp; map: map
}, "basemapGallery");&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I am.&amp;nbsp; To be more specific (or general)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Normal tiled services work fine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. ANY basemap added via the basemap gallery (local, AGO, BING) all fail on mousewheel/zoom slider, its as if the "draw at new scale" is never received.&amp;nbsp; Operational layers on top of basemap draw fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If you switch layers the basemap will draw at the appropriate scale, so its only zoom events that are failing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62459#M5478</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2021-12-10T22:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62460#M5479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't reproduce with this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_basemap.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_basemap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you repro with that sample? If so can you provide me with a series of steps that will show the problem. I tested switching basemaps and using the scroll wheel to zoom and everything looked ok to me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:44:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62460#M5479</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-12-15T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62461#M5480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jeff,&lt;BR /&gt;&lt;BR /&gt;I can't reproduce with this sample:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_basemap.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/demos/widget/widget_basemap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you repro with that sample? If so can you provide me with a series of steps that will show the problem. I tested switching basemaps and using the scroll wheel to zoom and everything looked ok to me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your sample works for me also&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;exception in animation handler for: onEnd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;?v=2.6 (line 14)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TypeError: n is null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(function(){var _1=null;if((_1||(typeo...etTimeout(dojo._loadInit,100);}})(); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After any zoom event using BasemapGallery and 2.6 .&amp;nbsp; Switching back to 2.5 and error goes away&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62461#M5480</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-15T17:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62462#M5481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Your sample works for me also&lt;BR /&gt;&lt;BR /&gt;I get&lt;BR /&gt;&lt;BR /&gt;exception in animation handler for: onEnd&lt;BR /&gt;?v=2.6 (line 14)&lt;BR /&gt;TypeError: n is null&lt;BR /&gt;(function(){var _1=null;if((_1||(typeo...etTimeout(dojo._loadInit,100);}})(); &lt;BR /&gt;&lt;BR /&gt;After any zoom event using BasemapGallery and 2.6 .&amp;nbsp; Switching back to 2.5 and error goes away&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Interesting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking in firebug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IF i zoom from level 10 to level 15:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Operational layers tile requests (from the net tab in firebug) make requests from level 15&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Tiled layers make new tile requests from level 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62462#M5481</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-15T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62463#M5482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'd really like to try and reproduce this issue but so far no luck. Just to clarify can you reproduce the problem with the sample or is it only your application? Since you are seeing errors in Firebug I assume you are seeing the issue in Firefox - which version? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't reproduce with the sample do you have a url that shows the problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62463#M5482</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2011-12-15T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62464#M5483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jeff,&lt;BR /&gt;&lt;BR /&gt;We'd really like to try and reproduce this issue but so far no luck. Just to clarify can you reproduce the problem with the sample or is it only your application? Since you are seeing errors in Firebug I assume you are seeing the issue in Firefox - which version? &lt;BR /&gt;&lt;BR /&gt;If you can't reproduce with the sample do you have a url that shows the problem?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on it.&amp;nbsp; Your code works for me.&amp;nbsp; It is only internal at the moment.&amp;nbsp; Firefox 8.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62464#M5483</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-15T17:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62465#M5484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok i figured my issue out, but it is very app specific.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a onExtentChange event to hide items in the Gallery if they aren't available at a particular level (i.e. hide the "OpenStreetMap" option at level 19).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hide them by doing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dojo.style(dojo.byId(id), "display", "none");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i comment out the line in my extent change handler my app works again.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it turns out, i was manually (hardcoding) look for some particular layers to hide.&amp;nbsp; One of them was &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"USA Topo Maps"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently that is not in the 2.6 api for the Gallery, so when i went to hide it, I was trying to access it byId, I was accessing a null object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 18:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62465#M5484</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-15T18:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62466#M5485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you specifying a valid bing maps key for the BasemapGallery?&lt;BR /&gt; &lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var basemapGallery = new esri.dijit.BasemapGallery({
&amp;nbsp; showArcGISBasemaps: true,
&amp;nbsp; bingMapsKey:'Enter Bing Maps Key Here',
&amp;nbsp; map: map
}, "basemapGallery");&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case I'm using the above syntax (not the basemap gallery widget) and Bing Maps is shown when the API is 2.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change the API to 2.6 (with no other changes) Bing Maps is not shown (regardless of the scale). Firebug doesn't show any calls (failed or otherwise) out to the Bing Maps service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I revert to 2.5, Bing Maps shows and Firebug reports a bunch of calls to &lt;/SPAN&gt;&lt;A href="http://t1.tiles.virtualearth.net/tiles/h311203.jpeg" rel="nofollow noopener noreferrer" target="_blank"&gt;http://t1.tiles.virtualearth.net/tiles/h311203.jpeg&lt;/A&gt;&lt;SPAN&gt; etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm testing on an internal build of &lt;/SPAN&gt;&lt;A href="http://atlas.nsw.gov.au/public/nsw/home/map/base.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://atlas.nsw.gov.au/public/nsw/home/map/base.html&lt;/A&gt;&lt;SPAN&gt; - unfortunately I don't have an externally accessible URL for the dev build.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep playing around with it and will let you know of any progress.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62466#M5485</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2021-12-10T22:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62467#M5486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Ok i figured my issue out, but it is very app specific.&lt;BR /&gt;&lt;BR /&gt;I use a onExtentChange event to hide items in the Gallery if they aren't available at a particular level (i.e. hide the "OpenStreetMap" option at level 19).&lt;BR /&gt;&lt;BR /&gt;I hide them by doing&lt;BR /&gt;&lt;BR /&gt;dojo.style(dojo.byId(id), "display", "none");&lt;BR /&gt;&lt;BR /&gt;If i comment out the line in my extent change handler my app works again.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;So it turns out, i was manually (hardcoding) look for some particular layers to hide.&amp;nbsp; One of them was &lt;BR /&gt;"USA Topo Maps"&lt;BR /&gt;&lt;BR /&gt;Apparently that is not in the 2.6 api for the Gallery, so when i went to hide it, I was trying to access it byId, I was accessing a null object.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly, Is there a service or description somewhere we could query to figure out what services are included in the BasemapGalleryWidget by default?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 11:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62467#M5486</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2011-12-16T11:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62468#M5487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think there is a list or service that defines the basemaps that will be included in the basemap gallery. However if you want control over the basemaps you might want to look at the basemapsGroup option that was added at 2.6 to the BasemapGallery. This option allows you to specify an ArcGIS.com group that contains the basemaps that will be used by the gallery. You could create an ArcGIS.com group and add the basemaps you want so you have complete control.&amp;nbsp; For example, here we add all the maps in the 'Community Basemaps' group:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; var basemapGallery = new esri.dijit.BasemapGallery({
&amp;nbsp;&amp;nbsp; showArcGISBasemaps: false,
&amp;nbsp;&amp;nbsp; basemapsGroup:{owner:"esri",title:"Community Basemaps"},
&amp;nbsp;&amp;nbsp; map: map
 }, dojo.create('div'));&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62468#M5487</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-10T22:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62469#M5488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An update on this problem - it seems that Bing maps doesn't show when using v2.6 if the code is hosted locally, but does work if the same code is run from a web server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a bit hard to isolate exactly what's happening since the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ve_layer.html"&gt;simple samples&lt;/A&gt;&lt;SPAN&gt; do work locally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll let you know if I can provide a simpler reproducible example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 22:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62469#M5488</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2012-01-04T22:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: API v2.6 breaks Bing maps backgrounds?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62470#M5489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve, just a comment on this.&amp;nbsp; I'm using the following line and Bing Maps shows up fine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;script type="text/javascript" src="js/arcgis.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a downloaded version 2.6 of the ArcGIS API for JavaScript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 09:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/api-v2-6-breaks-bing-maps-backgrounds/m-p/62470#M5489</guid>
      <dc:creator>EdSaunders</dc:creator>
      <dc:date>2012-01-05T09:23:13Z</dc:date>
    </item>
  </channel>
</rss>

