Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Shape annotations disappear at z19 #5138

Closed
cammace opened this issue May 25, 2016 · 11 comments
Closed

Shape annotations disappear at z19 #5138

cammace opened this issue May 25, 2016 · 11 comments
Assignees
Labels
bug Core The cross-platform C++ core, aka mbgl

Comments

@cammace
Copy link
Contributor

cammace commented May 25, 2016

When zooming in a high zoom levels polygons disappear. This potentially could be related to #5109.

ezgif com-resize

cc: @tobrun @bleege

@cammace cammace added bug Android Mapbox Maps SDK for Android labels May 25, 2016
@1ec5
Copy link
Contributor

1ec5 commented May 25, 2016

What zoom level does it disappear at? (Turn on the tile boundary and tile info debug flags so it’s clear.)

@cammace
Copy link
Contributor Author

cammace commented May 25, 2016

greater then 20 zoom level and it disappears.

@1ec5
Copy link
Contributor

1ec5 commented May 25, 2016

Is #4907 related?

@cammace
Copy link
Contributor Author

cammace commented May 25, 2016

Doesn't look like it, I just tested their style and was unable to reproduce.

@bleege
Copy link
Contributor

bleege commented May 25, 2016

@1ec5 @friedbunny @boundsj Is this reproducible on iOS or is this just an Android thing?

@1ec5
Copy link
Contributor

1ec5 commented May 25, 2016

I’m seeing this in iosapp on master at z19 and above, after choosing “Add Test Shapes” and zooming into the red triangle overlay over Oregon. The shapes reappear at z20. The issue also reproduces in iOS SDK v3.3.0-alpha.3.

UIView-backed annotations do appear at z19, as their placement is not dependent on mbgl. However, they cannot be selected because mbgl plays a role in hit testing.

@1ec5 1ec5 added Core The cross-platform C++ core, aka mbgl and removed Android Mapbox Maps SDK for Android labels May 25, 2016
@1ec5
Copy link
Contributor

1ec5 commented May 30, 2016

Still reproduces following #5175.

@1ec5 1ec5 changed the title Polygon disappearing on high zoom level Shape annotations disappear at z19 May 30, 2016
@brunoabinader
Copy link
Member

👉 #5418.

@mattgraham1
Copy link

I'm seeing this same issue on both our internal app (zoom level ~19) and on the Mapbox Dev Preview app (not sure what zoom level).

@1ec5
Copy link
Contributor

1ec5 commented Jul 18, 2016

It looks like this fix won’t make it into the iOS SDK until v3.4.0, whereas we’re getting reports of the regression in v3.3.0 (#5715). @brunoabinader, how feasible would it be to backport a fix to the release-ios-v3.3.0 branch for v3.3.1?

@brunoabinader
Copy link
Member

how feasible would it be to backport a fix to the release-ios-v3.3.0 branch for v3.3.1?

I've backported the patch from e1be2c4 in release-ios-v3.3.0 branch: committed in 2a0e296 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Core The cross-platform C++ core, aka mbgl
Projects
None yet
Development

No branches or pull requests

5 participants