Files
openlayers/examples/vector-label-decluttering.html
Andreas Hocevar 18f06b8b9a Rich text labels
2022-02-23 12:36:56 +01:00

10 lines
386 B
HTML

---
layout: example.html
title: Vector Label Decluttering
shortdesc: Label decluttering on polygons.
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 considered for decluttering.
tags: "vector, decluttering, labels"
---
<div id="map" class="map"></div>