Skip to main content

flywave-mapview.copyrightinfo

Home > @flywave/flywave-mapview > CopyrightInfo

CopyrightInfo namespace

Signature:

export declare namespace CopyrightInfo 

Functions

Function

Description

formatAsHtml(copyrightInfo)

Format copyright information to a HTML string that can be displayed in the UI.

* Empty list returns empty string. * Entries with empty (but defined) labels are skipped.

mergeArrays(a, b)

Merge arrays, removing duplicates.

id and label are considered keys in deduplication algorithm.