Closed lucaswoj closed 7 years ago
I've seen more than one user be confused about why their overlapping symbols are not showing up on the map by default. https://github.com/mapbox/mapbox-gl-js/issues/2005
We should change the default value for icon-allow-overlap and text-allow-overlap to true.
icon-allow-overlap
text-allow-overlap
It'd be an breaking change but mitigated by the migration script.
See ☝️ linked issues for examples of where the current default leads to confusion.
This issue was moved to mapbox/mapbox-gl-js#4106
I've seen more than one user be confused about why their overlapping symbols are not showing up on the map by default. https://github.com/mapbox/mapbox-gl-js/issues/2005
We should change the default value for
icon-allow-overlap
andtext-allow-overlap
to true.It'd be an breaking change but mitigated by the migration script.