API / geotoolkit / schematics / labeling / NoLabelOverlapFilter / NoLabelOverlapFilter
labeling.NoLabelOverlapFilter.NoLabelOverlapFilter
Type Aliases
Type Aliases
Ƭ Options: Object
| Name | Type | Description |
|---|---|---|
weight? | labelWeight | labels weight to specify which labels to show/hide. Labels weight can be based on a custom weight function (Labels with more weight are annotated). By default uses labels's text length as labels priority (longer label has higher priority). |
Ƭ labelWeight: (info: LabelData) => number
▸ (info): number
Callback label weight
| Name | Type |
|---|---|
info | LabelData |
number