<?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 Map Working Intermittently in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191357#M17653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wondering if anyone has had similar issues and could offer any advice on the issue below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A map I have produced has now been released on a public facing website and I am now getting a fair few complaints that the map will sometimes just not load anything. The map currently sits on a web page which has an IFRAME on it which then points to my Map, this in turn points to the mapping service to pull the data from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both from my work computer and home I can get the map to load without any issues. However as mentioned some public users often have difficulites. A situation has also arisen where a user in our office has loaded the Map up without any isssues yet the map has failed to load for a colleague at the same point in time who had been at home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To rule out a problem with my code I have downloaded a simple example from the esri site and pointed to the service and have found the problem can still occur.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be a browser issue or network related I'm really out of ideas and any help would be very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 07:44:21 GMT</pubDate>
    <dc:creator>GavinTrowles</dc:creator>
    <dc:date>2010-09-30T07:44:21Z</dc:date>
    <item>
      <title>Map Working Intermittently</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191357#M17653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wondering if anyone has had similar issues and could offer any advice on the issue below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A map I have produced has now been released on a public facing website and I am now getting a fair few complaints that the map will sometimes just not load anything. The map currently sits on a web page which has an IFRAME on it which then points to my Map, this in turn points to the mapping service to pull the data from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both from my work computer and home I can get the map to load without any issues. However as mentioned some public users often have difficulites. A situation has also arisen where a user in our office has loaded the Map up without any isssues yet the map has failed to load for a colleague at the same point in time who had been at home.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To rule out a problem with my code I have downloaded a simple example from the esri site and pointed to the service and have found the problem can still occur.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be a browser issue or network related I'm really out of ideas and any help would be very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 07:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191357#M17653</guid>
      <dc:creator>GavinTrowles</dc:creator>
      <dc:date>2010-09-30T07:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Map Working Intermittently</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191358#M17654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should check the errors that the browser throws. If something's wrong with the JS-application a JS error should be thrown (depends on how you deal with errors).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also IFRAMES are handled different between the browsers and their customization. Could be a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also security and network reasons may be a problem to. Crossing domains with JS-code is sometimes not working due to security restrictions of the browsers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191358#M17654</guid>
      <dc:creator>AxelSchaefer</dc:creator>
      <dc:date>2010-10-01T06:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Map Working Intermittently</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191359#M17655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply the browser never seems to actually throw and error it just sits waiting for a map to load that never actually does. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leads me to think it could be one of the other issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/map-working-intermittently/m-p/191359#M17655</guid>
      <dc:creator>GavinTrowles</dc:creator>
      <dc:date>2010-10-01T07:45:03Z</dc:date>
    </item>
  </channel>
</rss>

