<?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: How can I  use the arcgis 3.x api and supporting files in an offline mode.  in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709164#M65955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the input Thomas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried just loading the script at the endpoint&amp;nbsp;&lt;A class="link-titled" href="https://js.arcgis.com/3.21/" title="https://js.arcgis.com/3.21/"&gt;https://js.arcgis.com/3.22/&lt;/A&gt;&amp;nbsp;into my project and referencing it there.&amp;nbsp; However, there does seem to be some internal hooks in there - seems to be a connection to dojotoolkit.&amp;nbsp; And the required css files (esri.css for sure) point to fastfonts links in a cdn somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I simply want to replace what works in a script link&amp;nbsp;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.22%2F" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.22/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt; with something local.&amp;nbsp; Most packages would have an npm registered repo which gets all the dependencies and uses relative urls to those dependencies inside a local folder....and a readme that instructs me how to load the main script.&amp;nbsp; Is there a scenario with the dojo loader that does that (through bower)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2017 16:35:23 GMT</pubDate>
    <dc:creator>DannyVenier</dc:creator>
    <dc:date>2017-10-06T16:35:23Z</dc:date>
    <item>
      <title>How can I  use the arcgis 3.x api and supporting files in an offline mode.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709162#M65953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client has heavy restrictions on internet access, so I would like to load all scripts into project rather than referencing them from CDNs (for example sdk is at &lt;A href="https://js.arcgis.com/3.22"&gt;https://js.arcgis.com/3.22&lt;/A&gt;).&amp;nbsp; However, the js and css (esri.css for example) files all contain many references to online font files, icon files etc. Is there a loading option that lets me use all (project) local scripts and css without embedded cdn references (normally would use Npm and dependencies are loaded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the bower option but the docs seem out of date.&amp;nbsp; Bower build doesn't give an esri folder per the documentation, yet there's a arcgis-js-api component.&amp;nbsp; However the arcgis-js-api folder doesn't appear to contain the main arcgis api script file.&amp;nbsp; Not a great readme to describe how to use the bower option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used the bower "custom build" option successfully?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 19:08:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709162#M65953</guid>
      <dc:creator>DannyVenier</dc:creator>
      <dc:date>2017-10-05T19:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I  use the arcgis 3.x api and supporting files in an offline mode.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709163#M65954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My feeling is that you can download your preferred version of the API and host it yourself. &amp;nbsp;I don't think the API should have any external dependencies if you do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course a lot of defaults do point to ArcGIS Online, for example basemaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 12:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709163#M65954</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-10-06T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I  use the arcgis 3.x api and supporting files in an offline mode.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709164#M65955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the input Thomas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried just loading the script at the endpoint&amp;nbsp;&lt;A class="link-titled" href="https://js.arcgis.com/3.21/" title="https://js.arcgis.com/3.21/"&gt;https://js.arcgis.com/3.22/&lt;/A&gt;&amp;nbsp;into my project and referencing it there.&amp;nbsp; However, there does seem to be some internal hooks in there - seems to be a connection to dojotoolkit.&amp;nbsp; And the required css files (esri.css for sure) point to fastfonts links in a cdn somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I simply want to replace what works in a script link&amp;nbsp;&amp;lt;script src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fjs.arcgis.com%2F3.22%2F" rel="nofollow" target="_blank"&gt;https://js.arcgis.com/3.22/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;/script&amp;gt; with something local.&amp;nbsp; Most packages would have an npm registered repo which gets all the dependencies and uses relative urls to those dependencies inside a local folder....and a readme that instructs me how to load the main script.&amp;nbsp; Is there a scenario with the dojo loader that does that (through bower)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 16:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709164#M65955</guid>
      <dc:creator>DannyVenier</dc:creator>
      <dc:date>2017-10-06T16:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I  use the arcgis 3.x api and supporting files in an offline mode.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709165#M65956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't used bower or npm to get the API, I would recommend just downloading the source from &lt;A href="https://developers.arcgis.com/downloads/apis-and-sdks?product=javascript"&gt;here&lt;/A&gt;&amp;nbsp;and following the instructions in the readme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2017 16:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-can-i-use-the-arcgis-3-x-api-and-supporting/m-p/709165#M65956</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-10-06T16:41:39Z</dc:date>
    </item>
  </channel>
</rss>

