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

Add an option to restore per-source collision detection #12820

Closed
lilykaiser opened this issue Sep 5, 2018 · 3 comments
Closed

Add an option to restore per-source collision detection #12820

lilykaiser opened this issue Sep 5, 2018 · 3 comments
Labels
Core The cross-platform C++ core, aka mbgl high priority

Comments

@lilykaiser
Copy link

Implement the equivalent of mapbox/mapbox-gl-js#6566 in gl-native

Add an option to restore collision detection behavior from before cross-source collision detection (#10436)

@lilykaiser lilykaiser added Core The cross-platform C++ core, aka mbgl high priority labels Sep 5, 2018
@1ec5
Copy link
Contributor

1ec5 commented Sep 6, 2018

Just a reminder that point annotations should never be hidden due to symbols in other sources, regardless of the option that would be introduced for this issue. Otherwise, we’ll regress #10845.

@ChrisLoer
Copy link
Contributor

I don't think this will have anything to do with #10845, since point annotations use "icon-allow-overlap": true under the hood. At any rate, if people change this option from the default, the result is to show more symbols, not fewer.

@ChrisLoer
Copy link
Contributor

Fixed in Node and Android with #12842. iOS is ticketed at #12847.

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

No branches or pull requests

3 participants