Skip to content

Commit

Permalink
update symbol-avoid-edges doc copy to acknowledge the existence of gl…
Browse files Browse the repository at this point in the history
…obal collision detection (mapbox#9157)
  • Loading branch information
danswick authored and mike-unearth committed Mar 18, 2020
1 parent 97b28f4 commit 34c1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
"symbol-avoid-edges": {
"type": "boolean",
"default": false,
"doc": "If true, the symbols will not cross tile edges to avoid mutual collisions. Recommended in layers that don't have enough padding in the vector tile to prevent collisions, or if it is a point symbol layer placed after a line symbol layer.",
"doc": "If true, the symbols will not cross tile edges to avoid mutual collisions. Recommended in layers that don't have enough padding in the vector tile to prevent collisions, or if it is a point symbol layer placed after a line symbol layer. When using a client that supports global collision detection, like Mapbox GL JS version 0.42.0 or greater, enabling this property is not needed to prevent clipped labels at tile boundaries.",
"sdk-support": {
"basic functionality": {
"js": "0.10.0",
Expand Down

0 comments on commit 34c1d83

Please sign in to comment.