@regionerne/gis-komponent 0.0.94 → 0.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20,6 +20,7 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
|
|
|
20
20
|
private readonly _drawLayerService;
|
|
21
21
|
private readonly _showHoverInfoService;
|
|
22
22
|
private readonly _printHelper;
|
|
23
|
+
tooltipObjBase64: string;
|
|
23
24
|
identifier: string;
|
|
24
25
|
settings: GisKomponentSettings | undefined;
|
|
25
26
|
toolbarRef: ElementRef;
|
|
@@ -65,6 +66,7 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
|
|
|
65
66
|
private _handleShowScale;
|
|
66
67
|
ngOnInit(): void;
|
|
67
68
|
private _addRotateControl;
|
|
69
|
+
private _applyCustomTooltips;
|
|
68
70
|
toggleToolbar(): void;
|
|
69
71
|
toggleLayerPanel(): void;
|
|
70
72
|
toggleActiveObjectsCollapsed(): void;
|