Hello,
I have implemented a distance measuring feature in my application.
Whenever a user selects two points, I have added a
PointText rendering the distance between the two at the midpoint.
Whenever I zoom in/out of the view, I am observing that text disappears sometimes.
During debugging, I found that the visibility is still true but the text is not rendered.
I have created a video for this. Please check
here
Thanks for the help!