Last updated

API / geotoolkit / schematics / labeling / NoLabelOverlapFilter / NoLabelOverlapFilter

Namespace: NoLabelOverlapFilter

labeling.NoLabelOverlapFilter.NoLabelOverlapFilter

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

Type declaration

NameTypeDescription
weight?labelWeightlabels 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

Ƭ labelWeight: (info: LabelData) => number

Type declaration

▸ (info): number

Callback label weight

Parameters
Name Type
infoLabelData
Returns

number