libs/open-layers/src/lib/controls/ol-mouse-position/ol-mouse-position.component.ts
Control component to show the coordinates at the mouse position
selector | n52-ol-mouse-position |
Methods |
|
Inputs |
constructor(mapService: OlMapService, mapidService: OlMapId, elementRef: ElementRef)
|
||||||||||||
Parameters :
|
projection | |
Default value : 'EPSG:3857'
|
|
mapInitialized | ||||||
mapInitialized(map: Map)
|
||||||
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
|