diff --git a/examples/vector-label-decluttering.html b/examples/vector-label-decluttering.html index 19ae8ab16a..c453b3a2d2 100644 --- a/examples/vector-label-decluttering.html +++ b/examples/vector-label-decluttering.html @@ -1,11 +1,11 @@ --- layout: example.html title: Vector Label Decluttering -shortdesc: Label decluttering with a custom renderer. +shortdesc: Label decluttering on polygons. resources: - https://cdn.polyfill.io/v2/polyfill.min.js?features=Set" docs: > - Decluttering is used to avoid overlapping labels. The `overflow: true` setting on the text style makes it so labels that do not fit within the bounds of a polygon are also included. + Decluttering is used to avoid overlapping labels. The `overflow: true` setting on the text style makes it so labels that do not fit within the bounds of a polygon are also considered for decluttering. tags: "vector, decluttering, labels" ---