Hi everyone.
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.
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
identifyLayerWithMaxResults
Ok, that's 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.
1. Is this the only way to request the attributes from a FeatureLayer in a dynamic way? We can test FeatureRenderingModeStatic, it solves the problem in some way but it feels laggy sometimes.
2. How can avoid waiting when I change my camera position or rotation?