<?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: JavaScript API 3.0 - Problems when adding/panning layers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708441#M65906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that case, could you reply to the other thread (which hasn't been answered) to say what is being done about that issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 13:02:52 GMT</pubDate>
    <dc:creator>AdrianMarsden</dc:creator>
    <dc:date>2012-06-27T13:02:52Z</dc:date>
    <item>
      <title>JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708429#M65894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello JSAPI folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found that when I upgrade to 3.0, and account for all of the noted changes needed to make the transition from 2.x, I find that there are problems panning the map when multiple feature and or graphics layers are added .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After a fair bit of debugging, I have narrowed this down to at least one clearly repeatable scenario.&amp;nbsp; If a featureLayer is added to the map, then I create a new graphics layer with visible set to false, add this layer to a map, then make the graphics layer visible, the initially added feature layer seems to be 'forgotten' by the map when you pan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached a modified copy of one of the JavaScript API samples that are now using version 3.0 of the API.&amp;nbsp; If you open this sample in a web browser, you'll see a green dot added to a graphics layer near the centre of the map.&amp;nbsp; When you pan the map, the base layer and the graphics layer will move, but the feature layer (showing the great lakes) will remain static.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the feature layer is added after the graphics layer is added, or if the graphics layer is visible when it is first added, this problem does not occur.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comments in the sample HTML document should help explain what's going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would this be considered a bug?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 22:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708429#M65894</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-19T22:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708430#M65895</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;SPAN&gt;I have similar problems.&amp;nbsp; I add 2 Feature layers (on Demand mode)- pan the map and only 1 layer is refreshed at 3.0. Switch back to 2.8 and it works.&amp;nbsp; I am hitting server 9.3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached sample code as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 11:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708430#M65895</guid>
      <dc:creator>SteveDale</dc:creator>
      <dc:date>2012-06-20T11:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708431#M65896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I struggled through graphics layers causing the map to pan strangely yesterday. I originally was adding two graphics layers immediately after adding other layers, and my solution was to delay creating the graphics layer until I was actually working with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var graphics = map.getLayer("parcel-results") || map.addLayer(new esri.layers.GraphicsLayer({ id: "parcel-results" }));&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708431#M65896</guid>
      <dc:creator>MattLane</dc:creator>
      <dc:date>2012-06-20T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708432#M65897</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;Feature layer panning works properly if you add layers that are visible on the map (not scale dependent).&amp;nbsp; If I comment out the extent in the code below, and zoom to the layers, panning will break.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&amp;gt; &amp;lt;html&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;meta http-equiv="X-UA-Compatible" content="IE=7,IE=9" /&amp;gt;&amp;nbsp; 
 &amp;lt;!--The viewport meta tag is used to improve the presentation and behavior of the samples&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on iOS devices--&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;title&amp;gt;FeatureLayer On Demand&amp;lt;/title&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;link rel="stylesheet" type="text/css" href="http://serverapi.arcgisonline.com/jsapi/arcgis/3.0/js/dojo/dijit/themes/claro/claro.css"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 &amp;lt;style&amp;gt; html, body { height: 100%; width: 100%; margin: 0; padding: 0; }&amp;nbsp;&amp;nbsp; 
 &amp;lt;/style&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 &amp;lt;script type="text/javascript"&amp;gt;djConfig = { parseOnLoad:true };&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 &amp;lt;script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 &amp;lt;script type="text/javascript"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
dojo.require("esri.map");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
dojo.require("esri.layers.FeatureLayer");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
dojo.require("dijit.form.Button");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
dojo.require("dijit.Dialog");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
var map;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

function init() {&amp;nbsp; 
 map = new esri.Map("map");&amp;nbsp; 
 var extent = new esri.geometry.Extent(316500, 4837500, 317600, 4838500, new esri.SpatialReference({
&amp;nbsp;&amp;nbsp; wkid: 2019
&amp;nbsp; }));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // comment out set extent to break panning!
 map.setExtent(extent, true);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 dojo.connect(map, "onLoad", initOperationalLayer);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 var basemap = new esri.layers.ArcGISTiledMapServiceLayer("http://gis.toronto.ca/arcgis/rest/services/primary/cot_basemap_mtm/MapServer");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 map.addLayer(basemap);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
function initOperationalLayer(map) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; var featureLayer1 = new esri.layers.FeatureLayer("http://gis.toronto.ca/arcgis/rest/services/primary/cot_geospatial_mtm/MapServer/98",
&amp;nbsp;&amp;nbsp; {mode: esri.layers.FeatureLayer.MODE_ONDEMAND ,displayOnPan:false});&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; featureLayer1.renderer = new esri.renderer.SimpleRenderer(new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_SQUARE, 10,
&amp;nbsp;&amp;nbsp;&amp;nbsp; new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_SOLID,
&amp;nbsp;&amp;nbsp;&amp;nbsp; new dojo.Color([255,0,0]), 1),
&amp;nbsp;&amp;nbsp;&amp;nbsp; new dojo.Color([255,0,0,1])));
&amp;nbsp;&amp;nbsp; map.addLayer(featureLayer1);

&amp;nbsp;&amp;nbsp; var featureLayer2 = new esri.layers.FeatureLayer("http://gis.toronto.ca/arcgis/rest/services/primary/cot_geospatial_mtm/MapServer/112",
&amp;nbsp;&amp;nbsp;&amp;nbsp; {mode: esri.layers.FeatureLayer.MODE_ONDEMAND , displayOnPan:false});&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; featureLayer2.renderer = new esri.renderer.SimpleRenderer(new esri.symbol.SimpleMarkerSymbol(esri.symbol.SimpleMarkerSymbol.STYLE_SQUARE, 10,
&amp;nbsp;&amp;nbsp;&amp;nbsp; new esri.symbol.SimpleLineSymbol(esri.symbol.SimpleLineSymbol.STYLE_SOLID,
&amp;nbsp;&amp;nbsp;&amp;nbsp; new dojo.Color([0,255,0]), 1),
&amp;nbsp;&amp;nbsp;&amp;nbsp; new dojo.Color([0,255,0,1])));
&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; map.addLayer(featureLayer2);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; 
dojo.addOnLoad(init);&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;lt;/head&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;lt;body class="claro"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;div style="position:relative;width:100%;height:100%;"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;div id="map" style="width:100%;height:100%;"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;div style="position:absolute; left:100px; top:10px; z-Index:999;"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/div&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;lt;/body&amp;gt; 
&amp;lt;/html&amp;gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708432#M65897</guid>
      <dc:creator>SteveDale</dc:creator>
      <dc:date>2021-12-12T05:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708433#M65898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We updated version 3.0 of the JavaScript API last night to add a small patch to fix the panning issue and a minor problem with the BasemapGallery. So if you re-test your code today using v3.0 the problem should be resolved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 15:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708433#M65898</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2012-06-22T15:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708434#M65899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.. It is fixed now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 15:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708434#M65899</guid>
      <dc:creator>SteveDale</dc:creator>
      <dc:date>2012-06-22T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708435#M65900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alas, not fixed for me.&amp;nbsp; Cleared browser cached and still Pan fails - works fine with middle button, but not primary button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 08:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708435#M65900</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-06-25T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708436#M65901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm definitely not able to produce the problem any more in any of my samples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you create a test case that demonstrates the problem...?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 15:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708436#M65901</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-06-25T15:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708437#M65902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;alas the system is internal at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can this thread be merged with this one&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/60121-Pan-Issues-on-Migrate-to-3.0?p=207528#post207528"&gt;http://forums.arcgis.com/threads/60121-Pan-Issues-on-Migrate-to-3.0?p=207528#post207528&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As it seems like the same issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708437#M65902</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-06-27T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708438#M65903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Can this thread be merged with this one&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/60121-Pan-Issues-on-Migrate-to-3.0?p=207528#post207528"&gt;http://forums.arcgis.com/threads/60121-Pan-Issues-on-Migrate-to-3.0?p=207528#post207528&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As it seems like the same issue&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think we have the ability to merge threads. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue that was described in this thread and the other thread you linked to has been fixed in the version of 3.0 currently hosted on our CDN. If you're still seeing a problem, it's probably best to start a new thread that includes code to reproduce the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708438#M65903</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-06-27T12:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708439#M65904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"CDN" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The issue is still very much a problem for myself and the person who just posted on the other thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:57:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708439#M65904</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-06-27T12:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708440#M65905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://en.wikipedia.org/wiki/Content_delivery_network"&gt;CDN&lt;/A&gt;&lt;SPAN&gt;, the URL where our API is hosted:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=3.0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll go take a look at the other thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708440#M65905</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-06-27T13:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API 3.0 - Problems when adding/panning layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708441#M65906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In that case, could you reply to the other thread (which hasn't been answered) to say what is being done about that issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-3-0-problems-when-adding-panning/m-p/708441#M65906</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-06-27T13:02:52Z</dc:date>
    </item>
  </channel>
</rss>

