@eodash/eodash 5.0.0-rc.2.4 → 5.0.0-rc.3
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.
- package/core/client/composables/DefineWidgets.js +8 -1
- package/core/client/eodash.js +9 -9
- package/core/client/eodashSTAC/createLayers.js +4 -17
- package/core/client/eodashSTAC/helpers.js +23 -0
- package/core/client/store/stac.js +3 -1
- package/core/client/types.ts +127 -21
- package/core/client/utils/states.js +9 -0
- package/core/client/vite-env.d.ts +0 -13
- package/dist/client/{DashboardLayout-D1UcB3RV.js → DashboardLayout-t_PavJPO.js} +2 -2
- package/dist/client/{DynamicWebComponent-DtZ_mHL9.js → DynamicWebComponent-y07rVJch.js} +1 -1
- package/dist/client/{EodashDatePicker-CYU0MZX5.js → EodashDatePicker-CcOfyzGD.js} +3 -83
- package/dist/client/{EodashItemFilter-SE9oW3oZ.js → EodashItemFilter-B9HCvIMi.js} +1 -1
- package/dist/client/{EodashLayerControl-BuGe29Nt.js → EodashLayerControl-KStn7Nb_.js} +8 -2
- package/dist/client/{EodashLayoutSwitcher-6wLl-Gtd.js → EodashLayoutSwitcher-DqeFO3RN.js} +2 -2
- package/dist/client/{EodashMapBtns-BWWu6eHG.js → EodashMapBtns-5BF27qJB.js} +36 -12
- package/dist/client/{EodashStacInfo-DjRSGLHM.js → EodashStacInfo-C_hDy6Pd.js} +7 -1
- package/dist/client/{EodashTools-CJ4hBH_X.js → EodashTools-BXflvRf8.js} +5 -4
- package/dist/client/{ExportState-BqnlEpzR.js → ExportState-C0QRemK1.js} +27 -12
- package/dist/client/{Footer-C_3WrfI4.js → Footer-7VGyGUAs.js} +1 -1
- package/dist/client/{Header-D_hcGpNG.js → Header-BQJnXHYq.js} +3 -3
- package/dist/client/{MobileLayout-CDbupC9v.js → MobileLayout-b8nQ-Vyl.js} +5 -5
- package/dist/client/{PopUp-Ba6mY2jQ.js → PopUp-DgNrh9Df.js} +3 -3
- package/dist/client/ProcessList-C62SOVO6.js +484 -0
- package/dist/client/{VImg-Yc9F9pYq.js → VImg-D4eT3IQ1.js} +2 -2
- package/dist/client/{VMain-BiS7HPEk.js → VMain-C3hN2-H3.js} +1 -1
- package/dist/client/{VOverlay-B9mxXaCv.js → VOverlay-tAeNygaA.js} +15 -6
- package/dist/client/{VTooltip-XJLaLrZQ.js → VTooltip-B0Q3iHMZ.js} +3 -3
- package/dist/client/{WidgetsContainer-DRVb_73N.js → WidgetsContainer-CtDHfCYf.js} +1 -1
- package/dist/client/{asWebComponent-DZpMGxEY.js → asWebComponent-BJ2NWunV.js} +100 -95
- package/dist/client/eo-dash.css +2 -2
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-BtkfywIE.js → forwardRefs-CIFAqXaZ.js} +9 -9
- package/dist/client/{EodashMap-DhVCoYMi.js → index-BQ16n4Sk.js} +103 -78
- package/dist/client/index-Cv7HBz49.js +85 -0
- package/dist/client/{EodashProcess-GSj_LMsK.js → index-Da5xXX6Q.js} +349 -443
- package/dist/client/{index-f55xuyof.js → index-DvcUndod.js} +1 -1
- package/dist/client/{transition-CtL4BoVi.js → transition-Cdb4K27U.js} +1 -1
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +9 -9
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +11 -6
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +6 -5
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +383 -2
- package/dist/types/core/client/types.d.ts +85 -19
- package/dist/types/core/client/utils/states.d.ts +7 -0
- package/dist/types/widgets/EodashDatePicker.vue.d.ts +4 -4
- package/dist/types/widgets/EodashItemFilter.vue.d.ts +18 -18
- package/dist/types/widgets/EodashLayerControl.vue.d.ts +2 -2
- package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +2 -2
- package/dist/types/widgets/EodashMap/methods/create-layers-config.d.ts +9 -0
- package/dist/types/widgets/EodashMap/methods/index.d.ts +5 -0
- package/dist/types/widgets/EodashMapBtns.vue.d.ts +8 -2
- package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +2 -0
- package/dist/types/widgets/EodashProcess/methods/async.d.ts +45 -0
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +19 -0
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +78 -0
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +54 -0
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +42 -0
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +12 -12
- package/dist/types/widgets/EodashTools.vue.d.ts +44 -6
- package/dist/types/widgets/PopUp.vue.d.ts +4 -4
- package/package.json +30 -29
- package/widgets/EodashLayerControl.vue +8 -1
- package/widgets/{EodashMap.vue → EodashMap/index.vue} +53 -29
- package/widgets/EodashMap/methods/create-layers-config.js +151 -0
- package/{core/client/composables/EodashMap.js → widgets/EodashMap/methods/index.js} +4 -153
- package/widgets/EodashMapBtns.vue +33 -7
- package/widgets/EodashProcess/ProcessList.vue +82 -0
- package/widgets/EodashProcess/index.vue +186 -0
- package/widgets/EodashProcess/methods/async.js +209 -0
- package/widgets/EodashProcess/methods/composables.js +129 -0
- package/widgets/EodashProcess/methods/handling.js +254 -0
- package/widgets/EodashProcess/methods/outputs.js +216 -0
- package/widgets/EodashProcess/methods/utils.js +138 -0
- package/widgets/EodashStacInfo.vue +6 -0
- package/widgets/EodashTools.vue +1 -0
- package/core/client/composables/EodashProcess.js +0 -624
- package/dist/types/core/client/composables/EodashMap.d.ts +0 -6
- package/dist/types/core/client/composables/EodashProcess.d.ts +0 -162
- package/widgets/EodashProcess.vue +0 -208
- /package/dist/types/widgets/{EodashMap.vue.d.ts → EodashMap/index.vue.d.ts} +0 -0
- /package/dist/types/widgets/{EodashProcess.vue.d.ts → EodashProcess/index.vue.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TransitionGroup, Transition, h, camelize } from 'vue';
|
|
2
|
-
import { g as genericComponent, p as propsFactory } from './asWebComponent-
|
|
2
|
+
import { g as genericComponent, p as propsFactory } from './asWebComponent-BJ2NWunV.js';
|
|
3
3
|
|
|
4
4
|
// Utilities
|
|
5
5
|
const makeTransitionProps = propsFactory({
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
13
13
|
tag: string;
|
|
14
14
|
mandatory: boolean | "force";
|
|
15
15
|
modelValue: any;
|
|
16
|
-
density: "default" | "
|
|
16
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
17
17
|
selectedClass: string;
|
|
18
18
|
stacked: boolean;
|
|
19
19
|
centerActive: boolean;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
32
32
|
multiple: boolean;
|
|
33
33
|
tag: string;
|
|
34
34
|
mandatory: boolean | "force";
|
|
35
|
-
density: "default" | "
|
|
35
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
36
36
|
selectedClass: string;
|
|
37
37
|
stacked: boolean;
|
|
38
38
|
centerActive: boolean;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
61
61
|
multiple: boolean;
|
|
62
62
|
tag: string;
|
|
63
63
|
mandatory: boolean | "force";
|
|
64
|
-
density: "default" | "
|
|
64
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
65
65
|
selectedClass: string;
|
|
66
66
|
stacked: boolean;
|
|
67
67
|
centerActive: boolean;
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
83
83
|
sliderColor?: string | undefined;
|
|
84
84
|
} & {
|
|
85
85
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
86
|
-
}, "symbol" | "style" | "
|
|
86
|
+
}, "symbol" | "style" | "modelValue" | "height" | "tag" | "disabled" | "selectedClass" | "density" | "stacked" | "mobile" | "multiple" | "mandatory" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "grow" | "hideSlider">;
|
|
87
87
|
$attrs: {
|
|
88
88
|
[x: string]: unknown;
|
|
89
89
|
};
|
|
@@ -120,7 +120,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
120
120
|
multiple: boolean;
|
|
121
121
|
tag: string;
|
|
122
122
|
mandatory: boolean | "force";
|
|
123
|
-
density: "default" | "
|
|
123
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
124
124
|
selectedClass: string;
|
|
125
125
|
stacked: boolean;
|
|
126
126
|
centerActive: boolean;
|
|
@@ -155,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
155
155
|
tag: string;
|
|
156
156
|
mandatory: boolean | "force";
|
|
157
157
|
modelValue: any;
|
|
158
|
-
density: "default" | "
|
|
158
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
159
159
|
selectedClass: string;
|
|
160
160
|
stacked: boolean;
|
|
161
161
|
centerActive: boolean;
|
|
@@ -211,7 +211,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
211
211
|
tag: string;
|
|
212
212
|
mandatory: boolean | "force";
|
|
213
213
|
modelValue: any;
|
|
214
|
-
density: "default" | "
|
|
214
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
215
215
|
selectedClass: string;
|
|
216
216
|
stacked: boolean;
|
|
217
217
|
centerActive: boolean;
|
|
@@ -230,7 +230,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
230
230
|
multiple: boolean;
|
|
231
231
|
tag: string;
|
|
232
232
|
mandatory: boolean | "force";
|
|
233
|
-
density: "default" | "
|
|
233
|
+
density: "default" | "compact" | "comfortable" | null;
|
|
234
234
|
selectedClass: string;
|
|
235
235
|
stacked: boolean;
|
|
236
236
|
centerActive: boolean;
|
|
@@ -252,7 +252,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
252
252
|
sliderColor?: string | undefined;
|
|
253
253
|
} & {
|
|
254
254
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
255
|
-
}, "symbol" | "style" | "
|
|
255
|
+
}, "symbol" | "style" | "modelValue" | "height" | "tag" | "disabled" | "selectedClass" | "density" | "stacked" | "mobile" | "multiple" | "mandatory" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "grow" | "hideSlider"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
256
256
|
$props: {
|
|
257
257
|
items?: (string | number | Record<string, any>)[] | undefined;
|
|
258
258
|
} & {
|
|
@@ -5,7 +5,7 @@ export class EodashCollection {
|
|
|
5
5
|
* @param {import("stac-ts").StacCollection} indicator */
|
|
6
6
|
static getIndicatorLayers(indicator: import("stac-ts").StacCollection): Promise<(Record<string, any> | {
|
|
7
7
|
interactions: never[];
|
|
8
|
-
style?:
|
|
8
|
+
style?: import("../types").EodashStyleJson | undefined;
|
|
9
9
|
type: string;
|
|
10
10
|
source: {
|
|
11
11
|
type: string;
|
|
@@ -15,14 +15,15 @@ export class EodashCollection {
|
|
|
15
15
|
};
|
|
16
16
|
properties: {
|
|
17
17
|
layerConfig?: {
|
|
18
|
-
style:
|
|
18
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
19
19
|
} | undefined;
|
|
20
20
|
id: string;
|
|
21
21
|
title: string;
|
|
22
22
|
layerDatetime: Record<string, unknown> | undefined;
|
|
23
23
|
};
|
|
24
24
|
} | {
|
|
25
|
-
|
|
25
|
+
interactions: never[];
|
|
26
|
+
style?: import("../types").EodashStyleJson | undefined;
|
|
26
27
|
type: string;
|
|
27
28
|
source: {
|
|
28
29
|
type: string;
|
|
@@ -32,7 +33,7 @@ export class EodashCollection {
|
|
|
32
33
|
};
|
|
33
34
|
properties: {
|
|
34
35
|
layerConfig?: {
|
|
35
|
-
style:
|
|
36
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
36
37
|
} | undefined;
|
|
37
38
|
id: string;
|
|
38
39
|
title: string;
|
|
@@ -55,7 +56,7 @@ export class EodashCollection {
|
|
|
55
56
|
layerConfig: Record<string, unknown> | undefined;
|
|
56
57
|
layerDatetime: Record<string, unknown> | undefined;
|
|
57
58
|
};
|
|
58
|
-
style:
|
|
59
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
59
60
|
})[]>;
|
|
60
61
|
/**
|
|
61
62
|
* Returns GeoDB layer from a list of EodashCollections
|
|
@@ -128,7 +129,11 @@ export class EodashCollection {
|
|
|
128
129
|
* @param {Date} [date]
|
|
129
130
|
**/
|
|
130
131
|
getItem(date?: Date): import("stac-ts").StacLink | undefined;
|
|
131
|
-
getToolTipProperties(): Promise<
|
|
132
|
+
getToolTipProperties(): Promise<{
|
|
133
|
+
id: string;
|
|
134
|
+
title?: string;
|
|
135
|
+
appendix?: string;
|
|
136
|
+
}[]>;
|
|
132
137
|
/**
|
|
133
138
|
*
|
|
134
139
|
* @param {string} datetime
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
**/
|
|
11
11
|
export function createLayersFromAssets(collectionId: string, title: string, assets: Record<string, import("stac-ts").StacAsset>, item: import("stac-ts").StacItem, style?: import("../types").EodashStyleJson, layerConfig?: Record<string, unknown>, layerDatetime?: Record<string, unknown>, extraProperties?: object | null): Promise<({
|
|
12
12
|
interactions: never[];
|
|
13
|
-
style?:
|
|
13
|
+
style?: import("../types").EodashStyleJson | undefined;
|
|
14
14
|
type: string;
|
|
15
15
|
source: {
|
|
16
16
|
type: string;
|
|
@@ -20,14 +20,15 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
|
|
|
20
20
|
};
|
|
21
21
|
properties: {
|
|
22
22
|
layerConfig?: {
|
|
23
|
-
style:
|
|
23
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
24
24
|
} | undefined;
|
|
25
25
|
id: string;
|
|
26
26
|
title: string;
|
|
27
27
|
layerDatetime: Record<string, unknown> | undefined;
|
|
28
28
|
};
|
|
29
29
|
} | {
|
|
30
|
-
|
|
30
|
+
interactions: never[];
|
|
31
|
+
style?: import("../types").EodashStyleJson | undefined;
|
|
31
32
|
type: string;
|
|
32
33
|
source: {
|
|
33
34
|
type: string;
|
|
@@ -37,7 +38,7 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
|
|
|
37
38
|
};
|
|
38
39
|
properties: {
|
|
39
40
|
layerConfig?: {
|
|
40
|
-
style:
|
|
41
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
41
42
|
} | undefined;
|
|
42
43
|
id: string;
|
|
43
44
|
title: string;
|
|
@@ -60,6 +61,6 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
|
|
|
60
61
|
layerConfig: Record<string, unknown> | undefined;
|
|
61
62
|
layerDatetime: Record<string, unknown> | undefined;
|
|
62
63
|
};
|
|
63
|
-
style:
|
|
64
|
+
style: import("../types").EodashStyleJson | undefined;
|
|
64
65
|
})[]>;
|
|
65
66
|
export function createLayersFromLinks(collectionId: string, title: string, item: import("stac-ts").StacItem, layerDatetime?: Record<string, any>, extraProperties?: object | null): Promise<Record<string, any>[]>;
|
|
@@ -19,8 +19,11 @@ export function generateFeatures(links?: import("stac-ts").StacLink[], extraProp
|
|
|
19
19
|
* @param { import("../types").EodashStyleJson} [style]
|
|
20
20
|
* */
|
|
21
21
|
export function extractLayerConfig(collectionId: string, style?: import("../types").EodashStyleJson): {
|
|
22
|
+
layerConfig: undefined;
|
|
23
|
+
style: undefined;
|
|
24
|
+
} | {
|
|
22
25
|
layerConfig: Record<string, unknown> | undefined;
|
|
23
|
-
style:
|
|
26
|
+
style: import("../types").EodashStyleJson;
|
|
24
27
|
};
|
|
25
28
|
/**
|
|
26
29
|
* Function to extract collection urls from an indicator
|
|
@@ -50,7 +53,384 @@ export function assignProjID(item: import("stac-ts").StacItem, linkOrAsset: impo
|
|
|
50
53
|
*/
|
|
51
54
|
export function mergeGeojsons(geojsonUrls: string[]): Promise<string | undefined>;
|
|
52
55
|
export function extractRoles(properties: Record<string, any>, linkOrAsset: import("stac-ts").StacLink | import("stac-ts").StacAsset): Record<string, any>;
|
|
53
|
-
export function fetchStyle(item: import("stac-ts").StacItem, itemUrl: string): Promise<
|
|
56
|
+
export function fetchStyle(item: import("stac-ts").StacItem, itemUrl: string): Promise<{
|
|
57
|
+
"fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
58
|
+
"fill-pattern-src"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
59
|
+
"fill-pattern-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
60
|
+
"fill-pattern-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
61
|
+
"fill-pattern-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
62
|
+
"stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
63
|
+
"stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
64
|
+
"stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
65
|
+
"stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
66
|
+
"stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
67
|
+
"stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
68
|
+
"stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
69
|
+
"stroke-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
70
|
+
"stroke-pattern-src"?: string | undefined;
|
|
71
|
+
"stroke-pattern-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
72
|
+
"stroke-pattern-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
73
|
+
"stroke-pattern-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
74
|
+
"stroke-pattern-spacing"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
75
|
+
"z-index"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
76
|
+
"text-value"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
77
|
+
"text-font"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
78
|
+
"text-max-angle"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
79
|
+
"text-offset-x"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
80
|
+
"text-offset-y"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
81
|
+
"text-overflow"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
82
|
+
"text-placement"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
83
|
+
"text-repeat"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
84
|
+
"text-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
85
|
+
"text-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
86
|
+
"text-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
87
|
+
"text-align"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
88
|
+
"text-justify"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
89
|
+
"text-baseline"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
90
|
+
"text-padding"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
91
|
+
"text-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
92
|
+
"text-background-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
93
|
+
"text-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
94
|
+
"text-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
95
|
+
"text-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
96
|
+
"text-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
97
|
+
"text-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
98
|
+
"text-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
99
|
+
"text-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
100
|
+
"text-background-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
101
|
+
"text-background-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
102
|
+
"text-background-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
103
|
+
"text-background-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
104
|
+
"text-background-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
105
|
+
"text-background-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
106
|
+
"text-background-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
107
|
+
"text-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
108
|
+
"icon-src"?: string | undefined;
|
|
109
|
+
"icon-anchor"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
110
|
+
"icon-anchor-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
111
|
+
"icon-anchor-x-units"?: import("ol/style/Icon.js").IconAnchorUnits | undefined;
|
|
112
|
+
"icon-anchor-y-units"?: import("ol/style/Icon.js").IconAnchorUnits | undefined;
|
|
113
|
+
"icon-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
114
|
+
"icon-cross-origin"?: string | null | undefined;
|
|
115
|
+
"icon-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
116
|
+
"icon-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
117
|
+
"icon-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
118
|
+
"icon-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
119
|
+
"icon-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
120
|
+
"icon-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
121
|
+
"icon-height"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
122
|
+
"icon-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
123
|
+
"icon-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
124
|
+
"icon-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
125
|
+
"icon-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
126
|
+
"shape-points"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
127
|
+
"shape-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
128
|
+
"shape-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
129
|
+
"shape-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
130
|
+
"shape-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
131
|
+
"shape-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
132
|
+
"shape-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
133
|
+
"shape-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
134
|
+
"shape-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
135
|
+
"shape-radius"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
136
|
+
"shape-radius2"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
137
|
+
"shape-angle"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
138
|
+
"shape-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
139
|
+
"shape-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
140
|
+
"shape-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
141
|
+
"shape-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
142
|
+
"shape-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
143
|
+
"shape-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
144
|
+
"circle-radius"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
145
|
+
"circle-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
146
|
+
"circle-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
147
|
+
"circle-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
148
|
+
"circle-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
149
|
+
"circle-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
150
|
+
"circle-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
151
|
+
"circle-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
152
|
+
"circle-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
153
|
+
"circle-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
154
|
+
"circle-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
155
|
+
"circle-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
156
|
+
"circle-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
157
|
+
"circle-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
158
|
+
"circle-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
159
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
160
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
161
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
162
|
+
tooltip?: {
|
|
163
|
+
id: string;
|
|
164
|
+
title?: string;
|
|
165
|
+
appendix?: string;
|
|
166
|
+
}[];
|
|
167
|
+
} | {
|
|
168
|
+
[n: number]: import("ol/style/flat.js").FlatStyle;
|
|
169
|
+
length: number;
|
|
170
|
+
toString(): string;
|
|
171
|
+
toLocaleString(): string;
|
|
172
|
+
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
173
|
+
pop(): import("ol/style/flat.js").FlatStyle | undefined;
|
|
174
|
+
push(...items: import("ol/style/flat.js").FlatStyle[]): number;
|
|
175
|
+
concat(...items: ConcatArray<import("ol/style/flat.js").FlatStyle>[]): import("ol/style/flat.js").FlatStyle[];
|
|
176
|
+
concat(...items: (import("ol/style/flat.js").FlatStyle | ConcatArray<import("ol/style/flat.js").FlatStyle>)[]): import("ol/style/flat.js").FlatStyle[];
|
|
177
|
+
join(separator?: string): string;
|
|
178
|
+
reverse(): import("ol/style/flat.js").FlatStyle[];
|
|
179
|
+
shift(): import("ol/style/flat.js").FlatStyle | undefined;
|
|
180
|
+
slice(start?: number, end?: number): import("ol/style/flat.js").FlatStyle[];
|
|
181
|
+
sort(compareFn?: ((a: import("ol/style/flat.js").FlatStyle, b: import("ol/style/flat.js").FlatStyle) => number) | undefined): import("ol/style/flat.js").FlatStyle[] & {
|
|
182
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
183
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
184
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
185
|
+
tooltip?: {
|
|
186
|
+
id: string;
|
|
187
|
+
title?: string;
|
|
188
|
+
appendix?: string;
|
|
189
|
+
}[];
|
|
190
|
+
};
|
|
191
|
+
splice(start: number, deleteCount?: number): import("ol/style/flat.js").FlatStyle[];
|
|
192
|
+
splice(start: number, deleteCount: number, ...items: import("ol/style/flat.js").FlatStyle[]): import("ol/style/flat.js").FlatStyle[];
|
|
193
|
+
unshift(...items: import("ol/style/flat.js").FlatStyle[]): number;
|
|
194
|
+
indexOf(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): number;
|
|
195
|
+
lastIndexOf(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): number;
|
|
196
|
+
every<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): this is S[];
|
|
197
|
+
every(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): boolean;
|
|
198
|
+
some(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): boolean;
|
|
199
|
+
forEach(callbackfn: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => void, thisArg?: any): void;
|
|
200
|
+
map<U>(callbackfn: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => U, thisArg?: any): U[];
|
|
201
|
+
filter<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S[];
|
|
202
|
+
filter(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle[];
|
|
203
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
204
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle, initialValue: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
205
|
+
reduce<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => U, initialValue: U): U;
|
|
206
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
207
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle, initialValue: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
208
|
+
reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => U, initialValue: U): U;
|
|
209
|
+
find<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S | undefined;
|
|
210
|
+
find(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle | undefined;
|
|
211
|
+
findIndex(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): number;
|
|
212
|
+
fill(value: import("ol/style/flat.js").FlatStyle, start?: number, end?: number): import("ol/style/flat.js").FlatStyle[] & {
|
|
213
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
214
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
215
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
216
|
+
tooltip?: {
|
|
217
|
+
id: string;
|
|
218
|
+
title?: string;
|
|
219
|
+
appendix?: string;
|
|
220
|
+
}[];
|
|
221
|
+
};
|
|
222
|
+
copyWithin(target: number, start: number, end?: number): import("ol/style/flat.js").FlatStyle[] & {
|
|
223
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
224
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
225
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
226
|
+
tooltip?: {
|
|
227
|
+
id: string;
|
|
228
|
+
title?: string;
|
|
229
|
+
appendix?: string;
|
|
230
|
+
}[];
|
|
231
|
+
};
|
|
232
|
+
entries(): ArrayIterator<[number, import("ol/style/flat.js").FlatStyle]>;
|
|
233
|
+
keys(): ArrayIterator<number>;
|
|
234
|
+
values(): ArrayIterator<import("ol/style/flat.js").FlatStyle>;
|
|
235
|
+
includes(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): boolean;
|
|
236
|
+
flatMap<U, This = undefined>(callback: (this: This, value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
237
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
238
|
+
at(index: number): import("ol/style/flat.js").FlatStyle | undefined;
|
|
239
|
+
findLast<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S | undefined;
|
|
240
|
+
findLast(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle | undefined;
|
|
241
|
+
findLastIndex(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): number;
|
|
242
|
+
toReversed(): import("ol/style/flat.js").FlatStyle[];
|
|
243
|
+
toSorted(compareFn?: ((a: import("ol/style/flat.js").FlatStyle, b: import("ol/style/flat.js").FlatStyle) => number) | undefined): import("ol/style/flat.js").FlatStyle[];
|
|
244
|
+
toSpliced(start: number, deleteCount: number, ...items: import("ol/style/flat.js").FlatStyle[]): import("ol/style/flat.js").FlatStyle[];
|
|
245
|
+
toSpliced(start: number, deleteCount?: number): import("ol/style/flat.js").FlatStyle[];
|
|
246
|
+
with(index: number, value: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle[];
|
|
247
|
+
[Symbol.iterator](): ArrayIterator<import("ol/style/flat.js").FlatStyle>;
|
|
248
|
+
[Symbol.unscopables]: {
|
|
249
|
+
[x: number]: boolean | undefined;
|
|
250
|
+
length?: boolean | undefined;
|
|
251
|
+
toString?: boolean | undefined;
|
|
252
|
+
toLocaleString?: boolean | undefined;
|
|
253
|
+
pop?: boolean | undefined;
|
|
254
|
+
push?: boolean | undefined;
|
|
255
|
+
concat?: boolean | undefined;
|
|
256
|
+
join?: boolean | undefined;
|
|
257
|
+
reverse?: boolean | undefined;
|
|
258
|
+
shift?: boolean | undefined;
|
|
259
|
+
slice?: boolean | undefined;
|
|
260
|
+
sort?: boolean | undefined;
|
|
261
|
+
splice?: boolean | undefined;
|
|
262
|
+
unshift?: boolean | undefined;
|
|
263
|
+
indexOf?: boolean | undefined;
|
|
264
|
+
lastIndexOf?: boolean | undefined;
|
|
265
|
+
every?: boolean | undefined;
|
|
266
|
+
some?: boolean | undefined;
|
|
267
|
+
forEach?: boolean | undefined;
|
|
268
|
+
map?: boolean | undefined;
|
|
269
|
+
filter?: boolean | undefined;
|
|
270
|
+
reduce?: boolean | undefined;
|
|
271
|
+
reduceRight?: boolean | undefined;
|
|
272
|
+
find?: boolean | undefined;
|
|
273
|
+
findIndex?: boolean | undefined;
|
|
274
|
+
fill?: boolean | undefined;
|
|
275
|
+
copyWithin?: boolean | undefined;
|
|
276
|
+
entries?: boolean | undefined;
|
|
277
|
+
keys?: boolean | undefined;
|
|
278
|
+
values?: boolean | undefined;
|
|
279
|
+
includes?: boolean | undefined;
|
|
280
|
+
flatMap?: boolean | undefined;
|
|
281
|
+
flat?: boolean | undefined;
|
|
282
|
+
at?: boolean | undefined;
|
|
283
|
+
findLast?: boolean | undefined;
|
|
284
|
+
findLastIndex?: boolean | undefined;
|
|
285
|
+
toReversed?: boolean | undefined;
|
|
286
|
+
toSorted?: boolean | undefined;
|
|
287
|
+
toSpliced?: boolean | undefined;
|
|
288
|
+
with?: boolean | undefined;
|
|
289
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
290
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
291
|
+
};
|
|
292
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
293
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
294
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
295
|
+
tooltip?: {
|
|
296
|
+
id: string;
|
|
297
|
+
title?: string;
|
|
298
|
+
appendix?: string;
|
|
299
|
+
}[];
|
|
300
|
+
} | {
|
|
301
|
+
[n: number]: import("ol/style/flat.js").Rule;
|
|
302
|
+
length: number;
|
|
303
|
+
toString(): string;
|
|
304
|
+
toLocaleString(): string;
|
|
305
|
+
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
306
|
+
pop(): import("ol/style/flat.js").Rule | undefined;
|
|
307
|
+
push(...items: import("ol/style/flat.js").Rule[]): number;
|
|
308
|
+
concat(...items: ConcatArray<import("ol/style/flat.js").Rule>[]): import("ol/style/flat.js").Rule[];
|
|
309
|
+
concat(...items: (import("ol/style/flat.js").Rule | ConcatArray<import("ol/style/flat.js").Rule>)[]): import("ol/style/flat.js").Rule[];
|
|
310
|
+
join(separator?: string): string;
|
|
311
|
+
reverse(): import("ol/style/flat.js").Rule[];
|
|
312
|
+
shift(): import("ol/style/flat.js").Rule | undefined;
|
|
313
|
+
slice(start?: number, end?: number): import("ol/style/flat.js").Rule[];
|
|
314
|
+
sort(compareFn?: ((a: import("ol/style/flat.js").Rule, b: import("ol/style/flat.js").Rule) => number) | undefined): import("ol/style/flat.js").Rule[] & {
|
|
315
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
316
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
317
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
318
|
+
tooltip?: {
|
|
319
|
+
id: string;
|
|
320
|
+
title?: string;
|
|
321
|
+
appendix?: string;
|
|
322
|
+
}[];
|
|
323
|
+
};
|
|
324
|
+
splice(start: number, deleteCount?: number): import("ol/style/flat.js").Rule[];
|
|
325
|
+
splice(start: number, deleteCount: number, ...items: import("ol/style/flat.js").Rule[]): import("ol/style/flat.js").Rule[];
|
|
326
|
+
unshift(...items: import("ol/style/flat.js").Rule[]): number;
|
|
327
|
+
indexOf(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): number;
|
|
328
|
+
lastIndexOf(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): number;
|
|
329
|
+
every<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): this is S[];
|
|
330
|
+
every(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): boolean;
|
|
331
|
+
some(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): boolean;
|
|
332
|
+
forEach(callbackfn: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => void, thisArg?: any): void;
|
|
333
|
+
map<U>(callbackfn: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => U, thisArg?: any): U[];
|
|
334
|
+
filter<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S[];
|
|
335
|
+
filter(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule[];
|
|
336
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
337
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule, initialValue: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
338
|
+
reduce<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => U, initialValue: U): U;
|
|
339
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
340
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule, initialValue: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
341
|
+
reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => U, initialValue: U): U;
|
|
342
|
+
find<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S | undefined;
|
|
343
|
+
find(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule | undefined;
|
|
344
|
+
findIndex(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): number;
|
|
345
|
+
fill(value: import("ol/style/flat.js").Rule, start?: number, end?: number): import("ol/style/flat.js").Rule[] & {
|
|
346
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
347
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
348
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
349
|
+
tooltip?: {
|
|
350
|
+
id: string;
|
|
351
|
+
title?: string;
|
|
352
|
+
appendix?: string;
|
|
353
|
+
}[];
|
|
354
|
+
};
|
|
355
|
+
copyWithin(target: number, start: number, end?: number): import("ol/style/flat.js").Rule[] & {
|
|
356
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
357
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
358
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
359
|
+
tooltip?: {
|
|
360
|
+
id: string;
|
|
361
|
+
title?: string;
|
|
362
|
+
appendix?: string;
|
|
363
|
+
}[];
|
|
364
|
+
};
|
|
365
|
+
entries(): ArrayIterator<[number, import("ol/style/flat.js").Rule]>;
|
|
366
|
+
keys(): ArrayIterator<number>;
|
|
367
|
+
values(): ArrayIterator<import("ol/style/flat.js").Rule>;
|
|
368
|
+
includes(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): boolean;
|
|
369
|
+
flatMap<U, This = undefined>(callback: (this: This, value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
370
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
371
|
+
at(index: number): import("ol/style/flat.js").Rule | undefined;
|
|
372
|
+
findLast<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S | undefined;
|
|
373
|
+
findLast(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule | undefined;
|
|
374
|
+
findLastIndex(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): number;
|
|
375
|
+
toReversed(): import("ol/style/flat.js").Rule[];
|
|
376
|
+
toSorted(compareFn?: ((a: import("ol/style/flat.js").Rule, b: import("ol/style/flat.js").Rule) => number) | undefined): import("ol/style/flat.js").Rule[];
|
|
377
|
+
toSpliced(start: number, deleteCount: number, ...items: import("ol/style/flat.js").Rule[]): import("ol/style/flat.js").Rule[];
|
|
378
|
+
toSpliced(start: number, deleteCount?: number): import("ol/style/flat.js").Rule[];
|
|
379
|
+
with(index: number, value: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule[];
|
|
380
|
+
[Symbol.iterator](): ArrayIterator<import("ol/style/flat.js").Rule>;
|
|
381
|
+
[Symbol.unscopables]: {
|
|
382
|
+
[x: number]: boolean | undefined;
|
|
383
|
+
length?: boolean | undefined;
|
|
384
|
+
toString?: boolean | undefined;
|
|
385
|
+
toLocaleString?: boolean | undefined;
|
|
386
|
+
pop?: boolean | undefined;
|
|
387
|
+
push?: boolean | undefined;
|
|
388
|
+
concat?: boolean | undefined;
|
|
389
|
+
join?: boolean | undefined;
|
|
390
|
+
reverse?: boolean | undefined;
|
|
391
|
+
shift?: boolean | undefined;
|
|
392
|
+
slice?: boolean | undefined;
|
|
393
|
+
sort?: boolean | undefined;
|
|
394
|
+
splice?: boolean | undefined;
|
|
395
|
+
unshift?: boolean | undefined;
|
|
396
|
+
indexOf?: boolean | undefined;
|
|
397
|
+
lastIndexOf?: boolean | undefined;
|
|
398
|
+
every?: boolean | undefined;
|
|
399
|
+
some?: boolean | undefined;
|
|
400
|
+
forEach?: boolean | undefined;
|
|
401
|
+
map?: boolean | undefined;
|
|
402
|
+
filter?: boolean | undefined;
|
|
403
|
+
reduce?: boolean | undefined;
|
|
404
|
+
reduceRight?: boolean | undefined;
|
|
405
|
+
find?: boolean | undefined;
|
|
406
|
+
findIndex?: boolean | undefined;
|
|
407
|
+
fill?: boolean | undefined;
|
|
408
|
+
copyWithin?: boolean | undefined;
|
|
409
|
+
entries?: boolean | undefined;
|
|
410
|
+
keys?: boolean | undefined;
|
|
411
|
+
values?: boolean | undefined;
|
|
412
|
+
includes?: boolean | undefined;
|
|
413
|
+
flatMap?: boolean | undefined;
|
|
414
|
+
flat?: boolean | undefined;
|
|
415
|
+
at?: boolean | undefined;
|
|
416
|
+
findLast?: boolean | undefined;
|
|
417
|
+
findLastIndex?: boolean | undefined;
|
|
418
|
+
toReversed?: boolean | undefined;
|
|
419
|
+
toSorted?: boolean | undefined;
|
|
420
|
+
toSpliced?: boolean | undefined;
|
|
421
|
+
with?: boolean | undefined;
|
|
422
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
423
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
424
|
+
};
|
|
425
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
426
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
427
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
428
|
+
tooltip?: {
|
|
429
|
+
id: string;
|
|
430
|
+
title?: string;
|
|
431
|
+
appendix?: string;
|
|
432
|
+
}[];
|
|
433
|
+
} | undefined>;
|
|
54
434
|
export function getProjectionCode(projection?: string | number | {
|
|
55
435
|
name: string;
|
|
56
436
|
def: string;
|
|
@@ -69,3 +449,4 @@ export function getColFromLayer(indicators: import("../eodashSTAC/EodashCollecti
|
|
|
69
449
|
export function createLayerID(collectionId: string, itemId: string, link: import("stac-ts").StacLink, projectionCode: string): string;
|
|
70
450
|
export function createAssetID(collectionId: string, itemId: string, index: number): string;
|
|
71
451
|
export function removeUnneededProperties(layers: Record<string, any>[]): Record<string, any>[];
|
|
452
|
+
export function addTooltipInteraction(layer: Record<string, any>, style?: import("../types").EodashStyleJson): void;
|