<?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: Reduce the delay requesting attributes of shapefile points in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1170490#M4538</link>
    <description>&lt;P&gt;Ok, I understand. Thanks anyway. I think I should bet for a &lt;SPAN&gt;FeatureRenderingModeStatic then.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 02:45:55 GMT</pubDate>
    <dc:creator>HomeroOriaAguilera</dc:creator>
    <dc:date>2022-05-04T02:45:55Z</dc:date>
    <item>
      <title>Reduce the delay requesting attributes of shapefile points</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169778#M4532</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I have this shapefile composed of aprox. 200 000 points with attributes. I read it using a FeatureLayer, with a ServiceFeatureTable in order to stream it from the developer's site layers. I am using a SceneView/Scene context.&lt;/P&gt;&lt;P&gt;I want to select a point to see its attributes, but I must wait that the layer to load all the points, to use the task&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;identifyLayerWithMaxResults&lt;/PRE&gt;&lt;P&gt;Ok, that's&amp;nbsp;understandable. But when I change the position of the camera (translation or rotation), the points begin to reload (changes their altitude I guess), and the previous task cannot execute until it finishes.&lt;/P&gt;&lt;P&gt;1. Is this the only way to request the attributes from a FeatureLayer in a dynamic way? We can test&amp;nbsp;FeatureRenderingModeStatic, it solves the problem in some way but it feels laggy sometimes.&lt;/P&gt;&lt;P&gt;2. How can avoid waiting when I change my camera position or rotation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169778#M4532</guid>
      <dc:creator>HomeroOriaAguilera</dc:creator>
      <dc:date>2022-05-02T17:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce the delay requesting attributes of shapefile points</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169817#M4534</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us. Let me make sure that I fully understand your problem. You're trying to idenfityWithMaxResults on the sceneView and then trying to move the camera. The change in the camera position blocks the identify task until it the camera is done moving the new location?&amp;nbsp; Can you please confirm this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would expect that the previous task should finish. But I can surely take a look at it and see if I see the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Koushik&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 18:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169817#M4534</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2022-05-02T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce the delay requesting attributes of shapefile points</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169837#M4535</link>
      <description>&lt;P&gt;Yes, indeed. In detail, when I move de camera (or rotate) the points reload again, they maintain their horizontal position and change their elevation though. But this process (the reload), blocks the&amp;nbsp;&lt;SPAN&gt;idenfityWithMaxResults&amp;nbsp;task until it finishes. This can be, 1~3 min. Practically unusable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I use&amp;nbsp;FeatureRenderingModeStatic, this delay can be 2~15 seconds. Usable but still slow.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 19:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1169837#M4535</guid>
      <dc:creator>HomeroOriaAguilera</dc:creator>
      <dc:date>2022-05-02T19:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce the delay requesting attributes of shapefile points</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1170414#M4537</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I looked into this issue and I am not able to reproduce it with other layer types in 3D. So, it leads me to think that this is related to a performance issue we have for shapefiles when using large datasets. It is in our backlog to fix but we're not sure when it will get fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for any workaround, I am not sure if there is any way you can work around it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the issue that we have for this&amp;nbsp; problem:&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyMTEzOA==" target="_blank" rel="noopener noreferrer"&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyMTEzOA==&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 22:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1170414#M4537</guid>
      <dc:creator>KoushikHajra</dc:creator>
      <dc:date>2022-05-03T22:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce the delay requesting attributes of shapefile points</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1170490#M4538</link>
      <description>&lt;P&gt;Ok, I understand. Thanks anyway. I think I should bet for a &lt;SPAN&gt;FeatureRenderingModeStatic then.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 02:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/reduce-the-delay-requesting-attributes-of/m-p/1170490#M4538</guid>
      <dc:creator>HomeroOriaAguilera</dc:creator>
      <dc:date>2022-05-04T02:45:55Z</dc:date>
    </item>
  </channel>
</rss>

