<?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: installing ESRI JavaScript API locally in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375230#M34840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the &lt;A href="http://jso.arcgis.com/"&gt;ArcGIS API for JavaScript Web Optimizer&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 20:00:34 GMT</pubDate>
    <dc:creator>JeffJacobson</dc:creator>
    <dc:date>2014-09-04T20:00:34Z</dc:date>
    <item>
      <title>installing ESRI JavaScript API locally</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375227#M34837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a machine that has ArcGIS Server which is not connected to the internet.I want to use the JavaSCript API and so have followed the instructions for installing it locall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The instructions are... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Install notes for the ArcGIS API for JavaScript™&lt;/P&gt;&lt;H2&gt;Installing the ArcGIS API for JavaScript™ Library&lt;/H2&gt;&lt;P&gt;The instructions below assume that you are installing the ArcGIS JavaScript API library in the following location on an IIS Web Server, "&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/&lt;/A&gt;" where &amp;lt;myserver&amp;gt; is the domain name of your Web site. After copying files to your Web server, you will need to edit some files to include the URL to the server and directory that you are planning to install to.&lt;/P&gt;&lt;P&gt;For instructions on deploying the library on Linux please go here. &lt;/P&gt;&lt;P&gt;Copy &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;\arcgis_js_api\library&lt;/SPAN&gt;&lt;/CODE&gt; and all its contents from the DVD to your Web server. In this example the files are copied to&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;C:\Inetpub\wwwroot\arcgis_js_api\library&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;H3&gt;Install the Normal or Compact Build&lt;/H3&gt;&lt;P&gt;ArcGIS JSAPI 3.10 contains two builds--a normal build and a compact build. The compact build removes the Dojo Dijit dependancy and minimizes the non-essential ArcGIS JSAPI classes. Please see the documentation for more details.&lt;/P&gt;&lt;P&gt;Your directions may differ depending on your server configuration or Web server, but the process is the same.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration options for normal build:&lt;/STRONG&gt; &lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;Open &lt;STRONG&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\3.10\3.10\init.js&lt;/STRONG&gt; in a text editor and search for the text &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'[HOSTNAME_AND_PATH_TO_JSAPI]'&lt;/SPAN&gt;&lt;/CODE&gt;, and replace this text with &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Open &lt;STRONG&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\3.10\3.10\js\dojo\dojo\dojo.js&lt;/STRONG&gt; in a text editor and search for the text &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'[HOSTNAME_AND_PATH_TO_JSAPI]'&lt;/SPAN&gt;&lt;/CODE&gt;, and replace this text with &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;Configuration options for compact build:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;Open &lt;STRONG&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\3.10\3.10compact\init.js&lt;/STRONG&gt; in a text editor and search for the text &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'[HOSTNAME_AND_PATH_TO_JSAPI]'&lt;/SPAN&gt;&lt;/CODE&gt;, and replace each instance of this text with &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10compact/"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;Open &lt;STRONG&gt;C:\Inetpub\wwwroot\arcgis_js_api\library\3.10\3.10compact\js\dojo\dojo\dojo.js&lt;/STRONG&gt; in a text editor and search for the text &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'[HOSTNAME_AND_PATH_TO_JSAPI]'&lt;/SPAN&gt;&lt;/CODE&gt;, and replace this text with &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10compact/"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Test the Install&lt;/H3&gt;&lt;P&gt;&amp;nbsp; Access the ArcGIS JavaScript library from your Web server using the following URL(s):&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/3.10/init.js"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/init.js&lt;/A&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/3.10compact/init.js"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10compact/init.js&lt;/A&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;Test your install. You can use the following test code to validate your JSAPI library install. &lt;/P&gt;&lt;PRE class="jive-pre"&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "&lt;A href="http://www.w3.org/TR/html4/strict.dtd"&gt;http://www.w3.org/TR/html4/strict.dtd&lt;/A&gt;"&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;lt;html&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Simple Map&amp;lt;/title&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/3.10/js/dojo/dijit/themes/tundra/tundra.css"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/js/dojo/dijit/themes/tundra/tundra.css&lt;/A&gt;"/&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/3.10/js/esri/css/esri.css"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/js/esri/css/esri.css&lt;/A&gt;" /&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript" src="&lt;A href="http://%3cmyserver%3e/arcgis_js_api/library/3.10/3.10/init.js"&gt;http://&amp;lt;myserver&amp;gt;/arcgis_js_api/library/3.10/3.10/init.js&lt;/A&gt;"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.require("esri.map");&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function init() {&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myMap = new esri.Map("mapDiv");&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //note that if you do not have public Internet access then you will need to point this url to your own locally accessible cached service.&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myTiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer&lt;/A&gt;");&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.addLayer(myTiledMapServiceLayer);&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.addOnLoad(init);&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp; &amp;lt;body class="tundra"&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id="mapDiv" style="width:900px; height:600px; border:1px solid #000;"&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;lt;/html&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;H3&gt;Change the ArcGIS Services Directory "View In JavaScript" URL.&lt;/H3&gt;&lt;P&gt;The Services Directory allows you to view Map and Image services using the JavaScript API. Set the following values in the rest-config.properties file to use the local install: &lt;/P&gt;&lt;PRE class="jive-pre"&gt;#JS API URLs&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;jsapi.arcgis=http:///arcgis_js_api/library/3.10/3.10/js/&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;jsapi.arcgis.sdk=http:///arcgis_js_sdk/sdk/&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;jsapi.arcgis.css=http:///arcgis_js_api/library/3.10/3.10/js/dojo/dijit/themes/tundra/tundra.css&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt; &lt;/PRE&gt;&lt;P&gt;Finally make sure the import statement for the &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;esri.css&lt;/SPAN&gt;&lt;/CODE&gt; stylesheet is in the ArcGIS\Server\framework\runtime\tomcat\webapps\arcgis#rest\www\client\mapserver\mapserverJSAPI.jsp file. &lt;/P&gt;&lt;PRE class="jive-pre"&gt;&amp;lt;style type="text/css"&amp;gt;&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;@import "&amp;lt;%=jsapiArcgisCssUrl%&amp;gt;";&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;@import "&amp;lt;%=cpath%&amp;gt;/static/jsapi.css";&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;@import "&amp;lt;%=jsapiArcgisUrl%&amp;gt;/js/esri/css/esri.css";&lt;/PRE&gt;&lt;PRE class="jive-pre"&gt;&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;View the &lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000pw000000"&gt;Configuring the Rest API&lt;/A&gt; help topic for more details. &lt;/P&gt;&lt;H3&gt;Installing the ArcGIS JavaScript API SDK&lt;/H3&gt;&lt;P&gt;The ArcGIS JavaScript API SDK can be copied in its entirety to your Web server directory. This SDK is equivalent to the version found on the &lt;A href="https://developers.arcgis.com/en/javascript/" target="_blank"&gt;ArcGIS for Developers JavaScript&lt;/A&gt; site. &lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;Copy &lt;CODE&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;\arcgis_js_api\sdk&lt;/SPAN&gt;&lt;/CODE&gt; and all its contents from the DVD to your Web server. In this example the files are copied to &lt;/LI&gt;&lt;/OL&gt;&lt;PRE style="margin-left: 36.0pt;"&gt;C:\Inetpub\wwwroot\arcgis_js_api\sdk&lt;/PRE&gt;&lt;OL start="2" style="list-style-type: decimal;"&gt;&lt;LI&gt;The start page is "index.html". If you chose to do so, you can rename this page.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However this does not seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone done this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tuckers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375227#M34837</guid>
      <dc:creator>MatthewTucknott</dc:creator>
      <dc:date>2014-09-04T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: installing ESRI JavaScript API locally</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375228#M34838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tuckers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thing, is to test the download API source. Have you tested successfully the "Test the install" part? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the ArcGIS Services Directories, if you have version 10.2.1 or above, access the REST Admin page. Then go to system/handlers/rest//servicesdirectory/edit. There is where you can find the directories to be changed. There is no rest-config.properties with these versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375228#M34838</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-09-04T11:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: installing ESRI JavaScript API locally</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375229#M34839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you have followed the steps. Since your server is not connected to internet you will not be able to access the map service "&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;provided in the test html page from your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try accessing the test html page from a PC connected to internet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 11:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375229#M34839</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-09-04T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: installing ESRI JavaScript API locally</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375230#M34840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the &lt;A href="http://jso.arcgis.com/"&gt;ArcGIS API for JavaScript Web Optimizer&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375230#M34840</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2014-09-04T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: installing ESRI JavaScript API locally</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375231#M34841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now got this working. It was schoolboy error. I have put &amp;lt;localhost&amp;gt;\URL when it should have been localhost\URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dooh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its good to see that this forum is quite active &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 09:32:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/installing-esri-javascript-api-locally/m-p/375231#M34841</guid>
      <dc:creator>MatthewTucknott</dc:creator>
      <dc:date>2014-09-05T09:32:04Z</dc:date>
    </item>
  </channel>
</rss>

