-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix collision box calculation #10462
Comments
I believe this may be the same issue as a render test failure I've been debugging as part of porting native's "possibly evaluated" property types to JS. The problem is that mapbox-gl-native/src/mbgl/layout/symbol_layout.cpp Lines 268 to 269 in 3bef759
However, mapbox-gl-native/src/mbgl/style/properties.hpp Lines 154 to 156 in 3bef759
I.e. |
I think the fix I'm going to make in JS is to remove the |
Ok, it looks like the fix will be a bit more complicated than that, even. If I'm reading things right, the symbol layout process needs
|
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions. |
It looks like we're calculating collision boxes that are too small for some labels:
(zoom ~1.7)
This happens on both master and on #10436
/cc @ChrisLoer @ansis
The text was updated successfully, but these errors were encountered: