flywave-mapview.copyrightinfo.formatashtml
Home > @flywave/flywave-mapview > CopyrightInfo > formatAsHtml
CopyrightInfo.formatAsHtml() function
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.
Signature:
function formatAsHtml(copyrightInfo: CopyrightInfo[]): string;
Parameters
Parameter | Type | Description |
|---|---|---|
copyrightInfo | Array of copyrights to format. |
Returns:
string