<?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: Basemap not loading in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403371#M37140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of DOJO is the application using and which hosted version of DOJO are you targeting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 21:28:40 GMT</pubDate>
    <dc:creator>JonathanUihlein</dc:creator>
    <dc:date>2014-07-10T21:28:40Z</dc:date>
    <item>
      <title>Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403370#M37139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm upgrading a JavaScript application from API version 2.7 to 3.9. I've worked through most of the changes but the basemap isn't loading correctly.&lt;/P&gt;&lt;P&gt;Only a few tiles load in a diagonal pattern. The map does work in a test page but not in the application, the only difference is the test page uses esri's hosted dojo and the application hosts its own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Loading:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="280" src="https://community.esri.com/legacyfs/online/1839_Capture.PNG" style="height: 280px; width: 407.471px;" width="407" /&gt;&lt;/P&gt;&lt;P&gt;After zooming:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" height="264" src="https://community.esri.com/legacyfs/online/1840_Capture2.PNG" style="width: 453px; height: 263.763px;" width="453" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 21:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403370#M37139</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2014-07-10T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403371#M37140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of DOJO is the application using and which hosted version of DOJO are you targeting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 21:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403371#M37140</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-07-10T21:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403372#M37141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both are 1.9.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 21:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403372#M37141</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2014-07-10T21:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403373#M37142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Things to check:&lt;BR /&gt;- Open the same page in another browser.&lt;/P&gt;&lt;P&gt;- Open the same page in the private mode of the same browser (similar to clearing cache).&lt;/P&gt;&lt;P&gt;- Open the Developer Console (I use Firefox) and watch if the page makes requests to those tiles or whether those requests are fulfilled.&lt;/P&gt;&lt;P&gt;- If it's possible, comment out everything after loading the basemap then test again.&lt;/P&gt;&lt;P&gt;- (You probably already doing this but) Make sure that loading the basemap is done after the page is loaded and the DOM is ready. Use Dojo's &lt;SPAN class="str"&gt;dojo/domReady!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 22:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403373#M37142</guid>
      <dc:creator>AmrEldib1</dc:creator>
      <dc:date>2014-07-10T22:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403374#M37143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you included a link to the esri.css? Take a look at &lt;A href="https://developers.arcgis.com/javascript/jshelp/new_v32.html"&gt;"What's New in Version 3.2" &lt;/A&gt;‌and &lt;A href="https://developers.arcgis.com/javascript/jshelp/css.html"&gt;"Required CSS"&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 12:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403374#M37143</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-07-11T12:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403375#M37144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already done those things, all good points though, thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403375#M37144</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2014-07-11T13:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403376#M37145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tiles that load diagonally, are they in the correct location? or are they scrambled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are correct, it sounds like an issue with the service.&amp;nbsp; IF they are scrambled, it is definitely the css issue Ken mentioned above&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:04:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403376#M37145</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2014-07-11T13:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403377#M37146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's probably it! The application has it's own css and we don't want to import anything that will conflict. &lt;/P&gt;&lt;P&gt;Is there a specific css file I need to import that won't affect other elements of the site?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:05:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403377#M37146</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2014-07-11T13:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap not loading</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403378#M37147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is the css issue, I have to import the esri css files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 13:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/basemap-not-loading/m-p/403378#M37147</guid>
      <dc:creator>KyleDixon</dc:creator>
      <dc:date>2014-07-11T13:07:40Z</dc:date>
    </item>
  </channel>
</rss>

