<?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: Problem with Loading Speed When Load the Multiple Local SLPK file in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1115180#M10629</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/3014" target="_self"&gt;&lt;SPAN class=""&gt;MichaelBranscomb&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes, I am using&amp;nbsp;ArcGIS Runtime SDK for .NET version 100.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My slpk file version is 1.7. I attached the metadata.json, 3dSceneLayer.json and nodepages/0.json files&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my all slpk file contains one to two buildings&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I Load the 50 slpk file at a time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Can you share me your email&lt;/STRONG&gt;, So I can forward my slpk file and other files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KarthikS&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 06:43:56 GMT</pubDate>
    <dc:creator>KarthikS</dc:creator>
    <dc:date>2021-11-09T06:43:56Z</dc:date>
    <item>
      <title>Problem with Loading Speed When Load the Multiple Local SLPK file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1114877#M10624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am developing an WPF application that load multiple local SLPK files using ArcGIS Runtime Dot Net SDK.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Each SLPK have buildings, highway roads, vegetations and trees.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have 64 GB RAM with Good Graphics Card PC.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But still loading speed is very slow.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My code is given below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2.png" style="width: 984px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26984iC43C54B52CD0FE83/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/26983iD7F5294B7BA1284F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Please give us advice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 13:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1114877#M10624</guid>
      <dc:creator>KarthikS</dc:creator>
      <dc:date>2021-11-08T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Loading Speed When Load the Multiple Local SLPK file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1114969#M10625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A couple of questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are you using ArcGIS Runtime SDK for .NET version 100.12?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Can you share the metadata for your SLPKs to check the layer type, version, etc?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A quick way to check the SLPK metadata is to use 7-zip to browse into the SLPK &amp;gt;&amp;nbsp;3dSceneLayer.json.gz &amp;gt; 3dSceneLayer.json. This contains the layer type, version, texture format, etc.&lt;/P&gt;&lt;P&gt;If your SLPKs are version 1.6 or less then try converting them to 1.7/1.8:&amp;nbsp;&lt;A href="https://github.com/Esri/i3s-spec/blob/master/i3s_converter/i3s_converter_ReadMe.md" target="_blank" rel="noopener"&gt;https://github.com/Esri/i3s-spec/blob/master/i3s_converter/i3s_converter_ReadMe.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also see&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/reference/release-notes/100.12/#enhancements" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/reference/release-notes/100.12/#enhancements&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1114969#M10625</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-11-08T18:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Loading Speed When Load the Multiple Local SLPK file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1115180#M10629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/3014" target="_self"&gt;&lt;SPAN class=""&gt;MichaelBranscomb&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes, I am using&amp;nbsp;ArcGIS Runtime SDK for .NET version 100.12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My slpk file version is 1.7. I attached the metadata.json, 3dSceneLayer.json and nodepages/0.json files&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my all slpk file contains one to two buildings&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I Load the 50 slpk file at a time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Can you share me your email&lt;/STRONG&gt;, So I can forward my slpk file and other files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KarthikS&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 06:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1115180#M10629</guid>
      <dc:creator>KarthikS</dc:creator>
      <dc:date>2021-11-09T06:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Loading Speed When Load the Multiple Local SLPK file</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1115333#M10631</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We would love to test your data - please email me on &lt;A href="mailto:mbranscomb@esri.com" target="_blank"&gt;mbranscomb@esri.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 17:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/problem-with-loading-speed-when-load-the-multiple/m-p/1115333#M10631</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-11-09T17:50:46Z</dc:date>
    </item>
  </channel>
</rss>

