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

Only run placement for first layer per SymbolBucket #11764

Closed
ChrisLoer opened this issue Apr 23, 2018 · 1 comment
Closed

Only run placement for first layer per SymbolBucket #11764

ChrisLoer opened this issue Apr 23, 2018 · 1 comment
Assignees
Labels

Comments

@ChrisLoer
Copy link
Contributor

Native version of mapbox/mapbox-gl-js#6548.
Port of mapbox/mapbox-gl-js#6550.
This is a regression introduced by global symbol placement #10436.

The upshot of this bug is that you have two symbol layers that share the same layout properties, we try to run collision detection on both layers. They'll collide against each other and, depending on order, at least one and maybe both of them will be hidden.

/cc @ansis @ryanbaumann

@ChrisLoer
Copy link
Contributor Author

Fixed in master (aka targeted for "chai" sdk releases) in #11775.

@ryanbaumann / @tmpsantos if this is a customer dependency in Qt (has there been a "boba" equivalent version of Qt yet?), let me know which branch it needs to go into and it should be a pretty easy cherry-pick.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant