mapbox / mapbox-gl-style-spec

76 stars 38 forks source link

Change the default of "icon-allow-overlap" and "text-allow-overlap" to true #405

Closed lucaswoj closed 7 years ago

lucaswoj commented 8 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.

It'd be an breaking change but mitigated by the migration script.

jfirebaugh commented 7 years ago

See ☝️ linked issues for examples of where the current default leads to confusion.

lucaswoj commented 7 years ago

This issue was moved to mapbox/mapbox-gl-js#4106