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
maplibre/maplibre-gl-js#347 added text-overlap and icon-overlap which deprecated the booleans text-allow-overlap and icon-allow-overlap. The new properties take three possible values
never: same as -allow-overlap false always: same as -allow-overlap true cooperative: the overlap mode of the previously-placed symbol is checked. The placement is accepted if the previously-placed symbol is also using -overlap: 'cooperative' or -overlap: 'always'. If the previously-placed symbol is using -overlap: 'never', the new symbol's placement is rejected.
Thanks @drwestco (Azure Maps) for the implementation in GL JS!
The text was updated successfully, but these errors were encountered:
maplibre/maplibre-gl-js#347 added
text-overlap
andicon-overlap
which deprecated the booleanstext-allow-overlap
andicon-allow-overlap
. The new properties take three possible valuesnever
: same as-allow-overlap
falsealways
: same as-allow-overlap
truecooperative
: the overlap mode of the previously-placed symbol is checked. The placement is accepted if the previously-placed symbol is also using -overlap: 'cooperative' or -overlap: 'always'. If the previously-placed symbol is using -overlap: 'never', the new symbol's placement is rejected.Thanks @drwestco (Azure Maps) for the implementation in GL JS!
The text was updated successfully, but these errors were encountered: