Hello everyone,
We have a question regarding layer feature identification. Currently, we use the proxy.identifyLayers method, which works well. However, when the internet connection is slow and a user taps on a layer feature on the map, it can take some time to retrieve the feature identification.
We understand that portal requests are necessary to fetch specific data for a layer feature, such as displaying information in a floating panel. However, is there a way to first retrieve the feature identification locally via the proxy, allowing us to display the floating panel with a loading spinner while the data is being fetched?
Or should we consider alternative approaches, such as showing a loading indicator elsewhere while retrieving the layer feature data after a tap?
Thank you!