@regionerne/gis-komponent 0.0.88 → 0.0.89
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.
|
@@ -54,6 +54,13 @@ export declare class ToolboxComponent implements OnInit, OnChanges {
|
|
|
54
54
|
private _geometrySearchService;
|
|
55
55
|
private drawInteraction?;
|
|
56
56
|
get showDocumentSearch(): boolean;
|
|
57
|
+
get showInfo(): boolean;
|
|
58
|
+
get showDownloadAddresses(): boolean;
|
|
59
|
+
get showDownloadCadastres(): boolean;
|
|
60
|
+
get showChooseLocations(): boolean;
|
|
61
|
+
get showFeatureHighlight(): boolean;
|
|
62
|
+
get showPickAndShowInList(): boolean;
|
|
63
|
+
get showDrawElement(): boolean;
|
|
57
64
|
mapWidth: number;
|
|
58
65
|
mapHeight: number;
|
|
59
66
|
format: string;
|
|
@@ -39,6 +39,13 @@ export interface GisKomponentSettings {
|
|
|
39
39
|
highlightFadeTimerMs?: number;
|
|
40
40
|
externalHelpUrl?: string;
|
|
41
41
|
printMapSettings?: PrintMapSetting[];
|
|
42
|
+
showInfoEnabled?: boolean;
|
|
43
|
+
downloadAddressesEnabled?: boolean;
|
|
44
|
+
downloadCadastresEnabled?: boolean;
|
|
45
|
+
chooseLocationsEnabled?: boolean;
|
|
46
|
+
featureHighlightEnabled?: boolean;
|
|
47
|
+
pickAndShowInListEnabled?: boolean;
|
|
48
|
+
drawElementEnabled?: boolean;
|
|
42
49
|
containsCheck?: {
|
|
43
50
|
enabled: boolean;
|
|
44
51
|
requiredForEndSession: boolean;
|