I am working on implementing queryFeatures on a StreamLayer, applying a filter based on a specific polygon. When the features within this polygon are visible within my current map view, I successfully receive the feature data. However, when I navigate the map to a different area where these features are not displayed, despite keeping the same polygon filter, I no longer receive the feature data.
Why does queryFeatures on a StreamLayer fail to return feature data when the map view is moved away from the area where the features are displayed, even though I am using the same polygon filter?
Many Thanks