<?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 Using multiple version of Dojo in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-multiple-version-of-dojo/m-p/126735#M11734</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;I need to use Dojo 1.9 in my page since it fixed some Bounding Box bugs in version 1.8.3. ArcGIS currently uses 1.8.3, so I need to use both versions of Dojo at the same time in my page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to Dojo, so I don't fully understand the configuration process, but I've tried to rename the Dojo namespace used by ArcGIS with this dojoConfig:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var arcgisMap = { dojo: "dojoArcgis", dijit: "dijitArcgis", dojox: "dojoxArcgis" };
var dojoConfig = { //required for custom extensions to ArcGis (e.g. the cluster layer)
&amp;nbsp; parseOnLoad: true,
&amp;nbsp; packages: [
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dojoArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dijitArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dojoxArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "Clustering", "location": '@Url.Content("~/Scripts/map/CustomArcGis/Clustering")' }
&amp;nbsp; ]
};&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I call &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;dojoArcgis.require("esri.map");&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; I get the error 'dojoArcgis' is undefined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could somebody point me to what I'm doing wrong and maybe put here some code that show how to configure Dojo?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lutfi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Aug 2013 14:45:16 GMT</pubDate>
    <dc:creator>LutfiDwedari</dc:creator>
    <dc:date>2013-08-05T14:45:16Z</dc:date>
    <item>
      <title>Using multiple version of Dojo</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-multiple-version-of-dojo/m-p/126735#M11734</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;I need to use Dojo 1.9 in my page since it fixed some Bounding Box bugs in version 1.8.3. ArcGIS currently uses 1.8.3, so I need to use both versions of Dojo at the same time in my page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to Dojo, so I don't fully understand the configuration process, but I've tried to rename the Dojo namespace used by ArcGIS with this dojoConfig:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;var arcgisMap = { dojo: "dojoArcgis", dijit: "dijitArcgis", dojox: "dojoxArcgis" };
var dojoConfig = { //required for custom extensions to ArcGis (e.g. the cluster layer)
&amp;nbsp; parseOnLoad: true,
&amp;nbsp; packages: [
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dojoArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dijitArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "dojoxArcgis", "location": 'http://serverapi.arcgisonline.com/jsapi/arcgis/3.5', packageMap: arcgisMap },
&amp;nbsp;&amp;nbsp;&amp;nbsp; { "name": "Clustering", "location": '@Url.Content("~/Scripts/map/CustomArcGis/Clustering")' }
&amp;nbsp; ]
};&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I call &lt;/SPAN&gt;&lt;PRE class="plain" name="code"&gt;dojoArcgis.require("esri.map");&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;SPAN&gt; I get the error 'dojoArcgis' is undefined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could somebody point me to what I'm doing wrong and maybe put here some code that show how to configure Dojo?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lutfi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-multiple-version-of-dojo/m-p/126735#M11734</guid>
      <dc:creator>LutfiDwedari</dc:creator>
      <dc:date>2013-08-05T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple version of Dojo</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-multiple-version-of-dojo/m-p/126736#M11735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;extremely late reply, but check out this article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;A class="jive-link-external-small" href="http://www.sitepen.com/blog/2014/10/22/dojo-faq-how-do-i-load-multiple-versions-of-dojo-on-the-same-page-using-modern-dojo/" rel="nofollow" target="_blank"&gt;http://www.sitepen.com/blog/2014/10/22/dojo-faq-how-do-i-load-multiple-versions-of-dojo-on-the-same-page-using-modern-dojo/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 16:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-multiple-version-of-dojo/m-p/126736#M11735</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-12-02T16:47:42Z</dc:date>
    </item>
  </channel>
</rss>

