-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Annotations disappear from some tiles until panned out of view or zoomed #2956
Comments
Having the same problem when I use 'showAnnotations(..). |
Having the same problem too, with objective-c. |
Wonder if this could be fixed by #2951. |
Not to join the "me too" bandwagon, but we've started seeing this in the past few days. Possible regression of #1675 ? |
@jfirebaugh, did you run into this problem while refactoring annotations at the core level? |
I'm not able to reproduce this in our annotation tests or in the test app. Can someone share example code? |
This test project demonstrates the issue. The map should display a map with a polyline and two annotations. Tapping the "redraw" button will instantiate a new map. The results are inconsistent, you will often see part of the line missing, one or both annotations missing. |
This problem seems to come and go with different builds. This started worked reliably in https://github.com/mapbox/mapbox-gl-native/tree/85ab48636c0f0cb5b1ec5c5b6b64a41dbd188e06 But has since regressed again. It's not working well in ios-v3.0.0-pre.9 at all. In fact, of the releases, I have to go back to ios-v3.0.0-pre.2 to find good working version. |
I can confirm this issue. I have exactly the same for the pre.9 build. |
I’m unable to reproduce the issue in the MissingMapMarkers sample application using Mapbox iOS SDK 3.0.1 on an iPhone 6 running iOS 9.2. |
I'll check that out, thanks for the update |
I agree, 3.0.1 is working great. No missing point or line annotations. |
This probably settled down with 7669e02. |
I'm using Swift with the Mapbox iOS SDK. Is there a way around this issue?
The text was updated successfully, but these errors were encountered: