Remove notes about custom renderer

This commit is contained in:
Andreas Hocevar
2020-08-24 23:24:27 +02:00
parent bf455bc348
commit a161ba82d9

View File

@@ -1,11 +1,11 @@
--- ---
layout: example.html layout: example.html
title: Vector Label Decluttering title: Vector Label Decluttering
shortdesc: Label decluttering with a custom renderer. shortdesc: Label decluttering on polygons.
resources: resources:
- https://cdn.polyfill.io/v2/polyfill.min.js?features=Set" - https://cdn.polyfill.io/v2/polyfill.min.js?features=Set"
docs: > 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" tags: "vector, decluttering, labels"
--- ---
<div id="map" class="map"></div> <div id="map" class="map"></div>