Last updated

API / geotoolkit / map / features / filters / NoAnnotationOverlap / NoAnnotationOverlap

Namespace: NoAnnotationOverlap

filters.NoAnnotationOverlap.NoAnnotationOverlap

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

filter options

Type declaration

NameTypeDescription
ignoretypes?typeof AbstractFeature[]feature types that should be passed without filtering
weight?(feature: AbstractFeature) => number | string | nullfeatures weight to specify which annotations to show/hide. Annotation weight can be based on a custom weight function (features with more weight are annotated) or attribute name(s). In case you want to use multiple names, use a comma (,) to separate it and ASC/DESC keywords for ascending and descending order (DESC by default). If null, features are filtered in adding order. See example for more info. By default uses feature's bounding box area as an annotation priority (larger area features have higher priority).