This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Map::queryPointAnnotations returns empty #8799
Labels
Core
The cross-platform C++ core, aka mbgl
Comments
tobrun
changed the title
Map::queryPointAnnotations returns empty when it shouldn
Map::queryPointAnnotations returns empty
Apr 24, 2017
I replaced the MarkerView with Marker (PointAnnotation). While the marker itself doesn't flicker, I'm seeing similar output when it comes to
I'm thinking that this could be related to the asynchronous behaviour of adding markers (a marker will only be available to query until it has been rendered) and that updating the position shows the same issue. |
This was referenced May 22, 2017
2 tasks
Closed
quick test didn't show the issue. Closing! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Map::queryPointAnnotations
occasionally returns a 0 size when point annotations are found in the current viewport. For MarkerViews this results in flickering as they are removed/readded based on the results coming from Map::queryPointAnnotations.Example output from gif above:
This issue is a follow up from #8367 and it's possible that the root problem could be related to #6762.
The text was updated successfully, but these errors were encountered: