You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
While debugging #6055, I noticed that symbol features in which placement calculation is performed - icon-ignore-placement is set to false - all features are rendered, including ones that should have been hidden due to collision with other visible features.
This is probably caused by a bug in CollisionTile implementation - which currently contains a few discrepancies from GL JS implementation - e.g. #6410 (comment).
Other particularity I've noticed is that this issue mostly happens when we're on a fractional zoom level - I'm attaching a unit test to this to clarify.
While debugging #6055, I noticed that symbol features in which placement calculation is performed -
icon-ignore-placement
is set tofalse
- all features are rendered, including ones that should have been hidden due to collision with other visible features.This is probably caused by a bug in
CollisionTile
implementation - which currently contains a few discrepancies from GL JS implementation - e.g. #6410 (comment)./cc @jfirebaugh @ansis
The text was updated successfully, but these errors were encountered: