<?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: should i be connected to the internet when using &amp;quot;ArcGIS API for JavaScript&amp;quot; even if i am not using a CDN? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558949#M52132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/portal/" title="http://server.arcgis.com/en/portal/"&gt;Portal for ArcGIS | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the details of installation, but generally portal is used by organizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can host tiled map services using arcmap/arcgis pro and ArcGIS Server:&amp;nbsp;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-creating-a-cached-map-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-creating-a-cached-map-service.htm"&gt;Tutorial: Creating a cached map service—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never gone through this process myself, but I see no reason you couldn't create your own basemaps using arcmap and server and then consuming them in the JS API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 17:12:43 GMT</pubDate>
    <dc:creator>ThomasSolow</dc:creator>
    <dc:date>2017-07-11T17:12:43Z</dc:date>
    <item>
      <title>should i be connected to the internet when using "ArcGIS API for JavaScript" even if i am not using a CDN?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558946#M52129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should i be connected to the internet when using "ArcGIS API for JavaScript" even if i am not using a CDN?&lt;/P&gt;&lt;P&gt;I am developing a web application on the same machine as my Arcgis server on which I have published some layers. I downloaded the JavaScript API and referenced it locally (not CDN).&lt;/P&gt;&lt;P&gt;However, layers do not show up unless I am connected to the internet!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 14:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558946#M52129</guid>
      <dc:creator>AhmadLibda</dc:creator>
      <dc:date>2017-07-10T14:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: should i be connected to the internet when using "ArcGIS API for JavaScript" even if i am not using a CDN?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558947#M52130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default the JavaScript API uses a lot of resources from ArcGIS Online (AGOL), which requires an internet connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible to host these resources yourself&amp;nbsp;and totally eliminate any dependence on AGOL. &amp;nbsp;In my experience&amp;nbsp;this is most often&amp;nbsp;done via Portal + ArcGIS Server (Portal is essentially your own version of AGOL) but&amp;nbsp;it should be doable to set this up just with server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, the approach I would take is to use your browser's dev tools to see which requests your browser is trying to make. &amp;nbsp; The most likely candidates are requests for basemaps: by default, basemaps are pulled in from AGOL. &amp;nbsp;You'll have to host your own basemaps. &amp;nbsp;Portal provides a streamlined way to do this: you can tell the JS API to pull basemaps from Portal rather than AGOL (note: you'll still have to ensure that your Portal + Server installation is hosting some basemaps, a default Portal install still points to AGOL for basemaps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot of other resources in the JS API point to AGOL by default as well, such as geocoding and the world elevation layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 15:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558947#M52130</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-07-10T15:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: should i be connected to the internet when using "ArcGIS API for JavaScript" even if i am not using a CDN?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558948#M52131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;but&amp;nbsp;it should be doable to set this up just with server.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You mean "Arcgis server"?? How???&lt;/P&gt;&lt;P&gt;but if not,&lt;/P&gt;&lt;P&gt;what is this portal? could you please guide me on how to install it and use it to host the required resources and totally eliminate any dependence on AGOL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558948#M52131</guid>
      <dc:creator>AhmadLibda</dc:creator>
      <dc:date>2017-07-11T13:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: should i be connected to the internet when using "ArcGIS API for JavaScript" even if i am not using a CDN?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558949#M52132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://server.arcgis.com/en/portal/" title="http://server.arcgis.com/en/portal/"&gt;Portal for ArcGIS | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know the details of installation, but generally portal is used by organizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can host tiled map services using arcmap/arcgis pro and ArcGIS Server:&amp;nbsp;&lt;A class="link-titled" href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-creating-a-cached-map-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-creating-a-cached-map-service.htm"&gt;Tutorial: Creating a cached map service—Documentation | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never gone through this process myself, but I see no reason you couldn't create your own basemaps using arcmap and server and then consuming them in the JS API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 17:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/should-i-be-connected-to-the-internet-when-using/m-p/558949#M52132</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-07-11T17:12:43Z</dc:date>
    </item>
  </channel>
</rss>

