Skip to content

worldwind-ui API / ngx-worldwind / WwAttributionComponent

Class: WwAttributionComponent ​

Defined in: angular/src/lib/ui/attribution.component.ts:35

A slim strip crediting the data of the visible layers: OpenStreetMap, Bing and NASA imagery out of the box, WMS attribution from capabilities, and whatever attribution a layer sets. Renders nothing when there is nothing to credit.

Constructors ​

Constructor ​

new WwAttributionComponent(): WwAttributionComponent

Returns ​

WwAttributionComponent

Properties ​

entries ​

readonly entries: Signal<LayerAttribution[]>

Defined in: angular/src/lib/ui/attribution.component.ts:49

The credits currently shown.


extra ​

readonly extra: InputSignal<readonly (string | LayerAttribution)[] | undefined>

Defined in: angular/src/lib/ui/attribution.component.ts:40

Credits to show after the layers' own, e.g. your data source.


includeDisabled ​

readonly includeDisabled: InputSignal<boolean>

Defined in: angular/src/lib/ui/attribution.component.ts:42

Credit layers that are switched off as well.


panelClass ​

readonly panelClass: InputSignal<string>

Defined in: angular/src/lib/ui/attribution.component.ts:46

Extra classes for the panel.


position ​

readonly position: InputSignal<WwPanelPosition>

Defined in: angular/src/lib/ui/attribution.component.ts:38


separator ​

readonly separator: InputSignal<string>

Defined in: angular/src/lib/ui/attribution.component.ts:44

Text between credits.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.