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 ​
readonlyentries:Signal<LayerAttribution[]>
Defined in: angular/src/lib/ui/attribution.component.ts:49
The credits currently shown.
extra ​
readonlyextra: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 ​
readonlyincludeDisabled:InputSignal<boolean>
Defined in: angular/src/lib/ui/attribution.component.ts:42
Credit layers that are switched off as well.
panelClass ​
readonlypanelClass:InputSignal<string>
Defined in: angular/src/lib/ui/attribution.component.ts:46
Extra classes for the panel.
position ​
readonlyposition:InputSignal<WwPanelPosition>
Defined in: angular/src/lib/ui/attribution.component.ts:38
separator ​
readonlyseparator:InputSignal<string>
Defined in: angular/src/lib/ui/attribution.component.ts:44
Text between credits.