<?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: FeatureLayer make the map not smooth when panning or zooming in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65002#M5695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;setting "displayGraphicsOnPan" to false in the map constructor &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#Map/MapConst"&gt;options&lt;/A&gt;&lt;SPAN&gt; can also improve drawing performance in older versions of Internet Explorer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2013 15:30:57 GMT</pubDate>
    <dc:creator>JohnGravois</dc:creator>
    <dc:date>2013-01-11T15:30:57Z</dc:date>
    <item>
      <title>FeatureLayer make the map not smooth when panning or zooming</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/64998#M5691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI all ,I create a point FeatureLayer which contains perhaps 450 Features,after that ,I load a basemap and this FeatureLayer in my browser. when i zoom or pan the map,the map can not move&amp;nbsp; smoothly,the user experience is very bad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the samples &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/widget_gauge"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/widget_gauge&lt;/A&gt;&lt;SPAN&gt; ,its FeatureLayer contains 406 Features,however it can be operated without any delay and very smoothly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please HELP!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;zoro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 06:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/64998#M5691</guid>
      <dc:creator>__9</dc:creator>
      <dc:date>2013-01-10T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer make the map not smooth when panning or zooming</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/64999#M5692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;450 is perhaps very small number for the map to handle and mess up the display. Can you add some code to see what might be going wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 22:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/64999#M5692</guid>
      <dc:creator>ShreyasVakil</dc:creator>
      <dc:date>2013-01-10T22:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer make the map not smooth when panning or zooming</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65000#M5693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;450 is perhaps very small number for the map to handle and mess up the display. Can you add some code to see what might be going wrong?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hello svakil,I am learnnin arcgis for javascript api during this time in the ArcGIS resource center,and making some demo related with my job.A few days ago i did a demo about featureLayer ,the code was very simple :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//basemap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; var tiledMapServiceLayer = new esri.layers.ArcGISTiledMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://172.18.37.177:8080/ArcGIS/rest/services/xxxxx/MapServer" rel="nofollow" target="_blank"&gt;http://172.18.37.177:8080/ArcGIS/rest/services/xxxxx/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//FeatureLayer 450 fea&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;var featureLayer = new esri.layers.FeatureLayer('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://172.18.37.177:8080/ArcGIS/rest/services/xxxxx/MapServer/0" rel="nofollow" target="_blank"&gt;http://172.18.37.177:8080/ArcGIS/rest/services/xxxxx/MapServer/0&lt;/A&gt;&lt;SPAN&gt;', {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mode: esri.layers.FeatureLayer.MODE_ONDEMAND,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "outFields": ["DXBH"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//load map&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(tiledMapServiceLayer); &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.addLayer(featureLayer);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks~~&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 23:26:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65000#M5693</guid>
      <dc:creator>__9</dc:creator>
      <dc:date>2013-01-10T23:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer make the map not smooth when panning or zooming</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65001#M5694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;450 is perhaps very small number for the map to handle and mess up the display. Can you add some code to see what might be going wrong?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; hi&amp;nbsp; svakil,the problem was solved,my IE 'version was 7,updating to the IE9 ,all are ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks all the same&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 02:50:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65001#M5694</guid>
      <dc:creator>__9</dc:creator>
      <dc:date>2013-01-11T02:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer make the map not smooth when panning or zooming</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65002#M5695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;setting "displayGraphicsOnPan" to false in the map constructor &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#Map/MapConst"&gt;options&lt;/A&gt;&lt;SPAN&gt; can also improve drawing performance in older versions of Internet Explorer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 15:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-make-the-map-not-smooth-when-panning/m-p/65002#M5695</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-01-11T15:30:57Z</dc:date>
    </item>
  </channel>
</rss>

