libs/open-layers/src/lib/layers/ol-layer/ol-layer.component.ts
Component to configure an additional layer to the map. The component must be embedded as seen in the example
selector | n52-ol-layer |
Properties |
|
Methods |
|
Inputs |
layer | |
Type : BaseLayer
|
|
Configured layer |
Private addLayer |
addLayer()
|
Returns :
void
|
Public mapInitialized | ||||||
mapInitialized(map: Map)
|
||||||
Parameters :
Returns :
void
|
Public ngOnChanges | ||||||
ngOnChanges(changes: SimpleChanges)
|
||||||
Parameters :
Returns :
void
|
Abstract mapInitialized | ||||||||
mapInitialized(map: Map)
|
||||||||
Inherited from
OlBaseComponent
|
||||||||
Defined in
OlBaseComponent:33
|
||||||||
This method will be triggered, when the corrsponding map is initialized.
Parameters :
Returns :
any
|
ngAfterViewInit |
ngAfterViewInit()
|
Inherited from
OlBaseComponent
|
Defined in
OlBaseComponent:24
|
Subscribes for the initialization of the map after view is initialized
Returns :
void
|
Private map |
Type : Map
|