mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.38k stars 1.32k forks source link

[core] Line annotation disappears and/or clips to tile boundaries from zoom 3 onwards #5763

Closed brunoabinader closed 8 years ago

brunoabinader commented 8 years ago

In macosapp example, press ⌘L and zoom in until a piece of the example annotation disappears:

giphy 1

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

brunoabinader commented 8 years ago

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:

out

brunoabinader commented 8 years ago

Fix added in #5517.