I set graphicoverlay.IsVisible to false for some overlays to hide it but when I use:
await MyMapView.IdentifyGraphicsOverlaysAsync(_identifyGraphicsScrPoint, 1, false),
it makes the hidden graphic overlays blink. It only happens in 100.2. Same code works fine with 100.1. Any help is appreciated!
Thanks!
What rendering mode did you set on the graphics overlay?
Any chance you could share a small app that reproduces the problem? Thanks.
The rendering mode is Dynamic.
I just put graphic overlay with couple graphics in the graphic overlay collection of the MyMapView, set the IsVisible property of the graphic overlay to false and call the IdentifyGraphicsOverlaysAsync. Whenever I call it, all the graphics in the overlay blinks.
I will try to create a small app by tonight or tomorrow.
Thanks!
Thanks a repro sample would be great, as we have not been able to reproduce based on the above information.
Hey Morten,
I have attached the quick sample to the post. Here is how I can get the blinking of graphics even when it should not be visible:
- Run the app.
- Uncheck the check box on the top left corner. (This sets the visibility of the graphic overlay to false.)
- Zoom in or out while moving your mouse.
This is not the exact problem I have but it is very similar while calling the IdentifyGraphicsOverlaysAsync.
Thanks!
Hello Morten,
Were you able to reproduce the problem?
Thanks!