<?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: Max number of layers loaded simultaneously in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410005#M2032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good point! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are loading GraphicsLayers with some simple polylines. We are not using Accelerated Display for the GraphicsLayers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 20:09:17 GMT</pubDate>
    <dc:creator>BKuiper</dc:creator>
    <dc:date>2012-12-04T20:09:17Z</dc:date>
    <item>
      <title>Max number of layers loaded simultaneously</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410003#M2030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a max number of Layers that can be loaded simultaneously ? I seems that the loading of layers slows down tremendously when i load over 250+ layers. This is not a common use case, but i was just wondering if somebody else experienced similar problems ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 01:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410003#M2030</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-12-04T01:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of layers loaded simultaneously</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410004#M2031</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;What types of layer are you loading - Tiled? Dynamic? Graphics? or a combination?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are these local or online layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using the hardware accelerated display?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 07:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410004#M2031</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2012-12-04T07:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of layers loaded simultaneously</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410005#M2032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good point! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are loading GraphicsLayers with some simple polylines. We are not using Accelerated Display for the GraphicsLayers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 20:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410005#M2032</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2012-12-04T20:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of layers loaded simultaneously</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410006#M2033</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;If you're working with GraphicsLayers then you should deinfitely be trying to use the hardware accelerated display capability - either via the map property to affect all layers in the map, or if you still need some animated/custom symbols in your app then you can use the AcceleratedDisplayLayers group layer for the majority of your layers (inc Tiled, Dynamic layers) and keep the number of layers/symbols rendered by the standard WPF map rendering to a minimum. For any symbols not supported you'll get a "Symbol not serializable to JSON" error - in this case you should investigate switching those symbols to one of supported symbol types (primarily SimpleMarker, PictureMarker, SimpleLine, SimpleFill).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The accelerated display was specifically designed to improve the performance of graphics. The improvement in tiled and dynamic layers is marginal since most of the overhead is in rendering the image on the server or downloading tiles/images but it is still worthwhile. We've made further advances in the accelerated display since v1.0 in performance and in layer/symbol support and you'll see those in the forthcoming 10.1.1 release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 08:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/max-number-of-layers-loaded-simultaneously/m-p/410006#M2033</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2012-12-06T08:18:07Z</dc:date>
    </item>
  </channel>
</rss>

