Closed brunoabinader closed 8 years ago
In macosapp example, press ⌘L and zoom in until a piece of the example annotation disappears:
macosapp
I suspect https://github.com/mapbox/mapbox-gl-native/pull/5514 could be the cause - need to investigate/bisect further to pinpoint the issue. From my experiments, https://github.com/mapbox/mapbox-gl-native/pull/5517 does not fix the issue.
:eyes: @yhahn @1ec5 @mourner
Also reproducible in glfw-app:
glfw-app
Here you can see also an interesting artifact: the line annotations are somehow clipped when crossing tile boundaries:
Fix added in #5517.
In
macosapp
example, press ⌘L and zoom in until a piece of the example annotation disappears:I suspect https://github.com/mapbox/mapbox-gl-native/pull/5514 could be the cause - need to investigate/bisect further to pinpoint the issue. From my experiments, https://github.com/mapbox/mapbox-gl-native/pull/5517 does not fix the issue.
:eyes: @yhahn @1ec5 @mourner