-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blinking symbol update #71
Comments
@Sprechen Please update MapLibre android-sdk to v10.0.2 and see if this is still an issue? |
@ovivoda I've updated to the latest version of the sdk, v10.0.2. No changes are needed in my code, and I'm still using the |
@ovivoda any update on this issue? |
@Sprechen is it possible for you to provide a sample application were this can be easily reproducible? |
Hello @ovivoda I have also witnessed this issue I am providing you screen video and code. Symbol.flicker.mp4Here I am updating symbol latlng positions continuosly with raw location updates from FusedLocationProvider. `val valueAnimator = ValueAnimator.ofFloat(0F, 1F)
|
I don't know if it's the same problem, but on my side, some of them disappear when I move the card, especially if I rotate it. Wouldn't it be better to make the issue in the plugin repo? |
@ravenfeld Thanks. Transferred. |
I'm using the Maplibre android-sdk:9.6.0 with org.maplibre.gl:android-plugin-annotation-v9:1.0.0.
I have a symbol manager with only a symbol (that is an image) with potentially fast updates of location and icon rotation.
Sometimes, the symbol "flick" or "blink" when updated.
I found a similar issue on the mapbox repository, where the suggested solution was to allow the overlap of icon and text as follow:
this suggestion only mitigate the effect, but sometimes the "blink" is still happening.
Do you have any suggestion to completely resolve this issue?
I set also up other properties, as follows:
Thanks for any suggestion!
The text was updated successfully, but these errors were encountered: