@opengeoweb/core 2.1.3 → 2.2.1
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.esm.js → index.esm.js} +2892 -1531
- package/{core.umd.js → index.umd.js} +3191 -1781
- package/lib/components/ComponentsLookUp/componentsLookUp.d.ts +3 -3
- package/lib/components/CustomSwitch/CustomSwitch.d.ts +1 -1
- package/lib/components/CustomSwitch/CustomSwitch.stories.d.ts +4 -0
- package/lib/components/CustomToggleButton/CustomToggleButton.d.ts +9 -0
- package/lib/components/{Mapcontrols/MapControlButton.spec.d.ts → CustomToggleButton/CustomToggleButton.spec.d.ts} +0 -0
- package/lib/components/CustomToggleButton/CustomToggleButton.stories.d.ts +13 -0
- package/lib/components/LayerManager/LayerContainerRow/LayerManagerButton.d.ts +1 -1
- package/lib/components/LayerManager/LayerManagerUtils.d.ts +2 -2
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +1 -2
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +4 -5
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +6 -0
- package/lib/components/{Mapcontrols/MapControls.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItemConnect.spec.d.ts} +0 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.d.ts +3 -0
- package/lib/components/{Mapcontrols/ZoomControls.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.spec.d.ts} +0 -0
- package/lib/components/{Mapcontrols/ZoomControlsConnect.spec.d.ts → LayerManager/LayerSelect/KeywordFilterResults/keywordFilterResultsConnect.spec.d.ts} +0 -0
- package/lib/components/LayerManager/LayerSelect/LayerList/LayerList.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/LayerList/LayerListUtils.d.ts +2 -0
- package/lib/components/{ToggleIconButton/ToggleIconButton.spec.d.ts → LayerManager/LayerSelect/LayerList/LayerListUtils.spec.d.ts} +0 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +2 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.d.ts +9 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChipConnect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +2 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +4 -1
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsDialog/ServiceOptionsDialogConnect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopupConnect.d.ts +10 -0
- package/lib/components/LayerManager/tooltipContainerStyles.d.ts +1 -1
- package/lib/components/{Mapcontrols → MapControls}/MapControlButton.d.ts +3 -3
- package/lib/components/MapControls/MapControlButton.spec.d.ts +1 -0
- package/lib/components/{Mapcontrols → MapControls}/MapControls.d.ts +0 -0
- package/lib/components/MapControls/MapControls.spec.d.ts +1 -0
- package/lib/components/{Mapcontrols → MapControls}/ZoomControls.d.ts +0 -0
- package/lib/components/MapControls/ZoomControls.spec.d.ts +1 -0
- package/lib/components/{Mapcontrols → MapControls}/ZoomControlsConnect.d.ts +0 -0
- package/lib/components/MapControls/ZoomControlsConnect.spec.d.ts +1 -0
- package/lib/components/{Mapcontrols → MapControls}/index.d.ts +0 -0
- package/lib/components/MapView/MapViewConnect.LayerChangeEnabledOpacity.stories.d.ts +7 -0
- package/lib/components/MapView/MapViewConnect.SelectorTest.stories.d.ts +2 -0
- package/lib/components/MapView/MapViewConnect.d.ts +2 -0
- package/lib/components/MapView/MapViewConnect.stories.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectConfig.d.ts +1 -1
- package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +2 -2
- package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +4 -4
- package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +3 -2
- package/lib/components/MultiMapView/storyUtils/mapPresets.d.ts +81 -0
- package/lib/components/Providers/Providers.d.ts +1 -1
- package/lib/components/ReactMapView/ReactMapView.d.ts +3 -7
- package/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +2 -2
- package/lib/components/ReactMapView/types.d.ts +2 -7
- package/lib/components/SyncGroups/selector.d.ts +13 -2
- package/lib/components/TimeSlider/TimeSliderLegend/TimeSliderLegendRenderFunctions.d.ts +1 -1
- package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRailRenderFunctions.d.ts +1 -1
- package/lib/components/ToolButton/ToolButton.d.ts +12 -0
- package/lib/components/ToolButton/ToolButton.spec.d.ts +1 -0
- package/lib/components/{ToggleIconButton/ToggleIconButton.stories.d.ts → ToolButton/ToolButton.stories.d.ts} +2 -2
- package/lib/components/ToolButton/index.d.ts +1 -0
- package/lib/components/TooltipSelect/TooltipSelect.d.ts +2 -2
- package/lib/index.d.ts +4 -2
- package/lib/store/advancedLayerStore/selectors.d.ts +13 -2
- package/lib/store/generic/selectors.d.ts +21 -3
- package/lib/store/generic/synchronizationGroups/selectors.d.ts +13 -1
- package/lib/store/generic/synchronizationGroups/types.d.ts +1 -0
- package/lib/store/layerSelect/actions.d.ts +16 -5
- package/lib/store/layerSelect/constants.d.ts +6 -1
- package/lib/store/layerSelect/sagas.d.ts +1 -0
- package/lib/store/layerSelect/selectors.d.ts +130 -3
- package/lib/store/layerSelect/types.d.ts +73 -17
- package/lib/store/mapStore/layers/actions.d.ts +2 -8
- package/lib/store/mapStore/layers/constants.d.ts +1 -1
- package/lib/store/mapStore/layers/selectors.d.ts +222 -27
- package/lib/store/mapStore/layers/types.d.ts +34 -21
- package/lib/store/mapStore/map/sagas.d.ts +2 -2
- package/lib/store/mapStore/map/selectors.d.ts +459 -53
- package/lib/store/mapStore/service/actions.d.ts +8 -1
- package/lib/store/mapStore/service/constants.d.ts +1 -0
- package/lib/store/mapStore/service/selectors.d.ts +137 -8
- package/lib/store/mapStore/service/types.d.ts +14 -3
- package/lib/store/mapStore/utils/helpers.d.ts +0 -1
- package/lib/store/ui/selectors.d.ts +67 -7
- package/lib/store/utils.d.ts +6 -0
- package/lib/storybookUtils/HelperComponents.d.ts +1 -1
- package/lib/storybookUtils/storyComponents/MapDrawGeoJSON.d.ts +5 -5
- package/lib/storybookUtils/storyComponents/MapDrawGeoJSONStyles.d.ts +2 -1
- package/lib/utils/defaultConfigurations.d.ts +3 -21
- package/lib/utils/defaultTestSettings.d.ts +18 -6
- package/lib/utils/getCapabilities.d.ts +3 -2
- package/lib/utils/jsonPresetFilter.d.ts +10 -0
- package/lib/utils/jsonPresetFilter.spec.d.ts +1 -0
- package/lib/utils/types.d.ts +52 -0
- package/package.json +14 -15
- package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +0 -9
- package/lib/components/ToggleIconButton/index.d.ts +0 -1
|
@@ -25,23 +25,57 @@ export declare const getAllMapIds: (store: AppStore) => string[];
|
|
|
25
25
|
* @param {object} store store object from which the map state wll be extracted
|
|
26
26
|
* @returns {object} object containing map state (isAnimating, bbox, baseLayers, layers etc.)
|
|
27
27
|
*/
|
|
28
|
-
export declare const getFirstMap: (
|
|
28
|
+
export declare const getFirstMap: ((state: {
|
|
29
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
30
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
31
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
32
|
+
webmap?: WebMapState;
|
|
33
|
+
services?: import("../types").ServiceState;
|
|
34
|
+
layers?: import("../types").LayerState;
|
|
35
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
36
|
+
}) => any) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: any) => any) & {
|
|
37
|
+
clearCache: () => void;
|
|
38
|
+
}> & {
|
|
39
|
+
clearCache: () => void;
|
|
40
|
+
};
|
|
29
41
|
/**
|
|
30
42
|
* Gets the id of first map in store
|
|
31
43
|
*
|
|
32
44
|
* Example: getFirstMapId(store)
|
|
33
|
-
* @param {object} store store object from which the map state wll be extracted
|
|
34
|
-
* @returns {
|
|
35
|
-
*/
|
|
36
|
-
export declare const getFirstMapId:
|
|
45
|
+
* @param {object} store store: object from which the map state wll be extracted
|
|
46
|
+
* @returns {string} returnType:string - map id
|
|
47
|
+
*/
|
|
48
|
+
export declare const getFirstMapId: ((state: {
|
|
49
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
50
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
51
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
52
|
+
webmap?: WebMapState;
|
|
53
|
+
services?: import("../types").ServiceState;
|
|
54
|
+
layers?: import("../types").LayerState;
|
|
55
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
56
|
+
}) => any) & import("reselect").OutputSelectorFields<(args_0: any) => any> & {
|
|
57
|
+
clearCache: () => void;
|
|
58
|
+
};
|
|
37
59
|
/**
|
|
38
60
|
* Determines if map is present
|
|
39
61
|
*
|
|
40
62
|
* @param {object} store store: object - store object
|
|
41
63
|
* @param {string} mapId mapId: string - Id of the map
|
|
42
|
-
* @returns {
|
|
43
|
-
*/
|
|
44
|
-
export declare const getIsMapPresent:
|
|
64
|
+
* @returns {boolean} returnType:boolean - true if map is present
|
|
65
|
+
*/
|
|
66
|
+
export declare const getIsMapPresent: ((state: {
|
|
67
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
68
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
69
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
70
|
+
webmap?: WebMapState;
|
|
71
|
+
services?: import("../types").ServiceState;
|
|
72
|
+
layers?: import("../types").LayerState;
|
|
73
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
74
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: boolean) => boolean & {
|
|
75
|
+
clearCache: () => void;
|
|
76
|
+
}> & {
|
|
77
|
+
clearCache: () => void;
|
|
78
|
+
};
|
|
45
79
|
/**
|
|
46
80
|
* Gets all layerIds for a map that aren't baselayers or overlayers
|
|
47
81
|
*
|
|
@@ -50,7 +84,19 @@ export declare const getIsMapPresent: import("reselect").OutputParametricSelecto
|
|
|
50
84
|
* @param {string} mapId mapId: string - Id of the map
|
|
51
85
|
* @returns {array} returnType: array - array containing all layerIds
|
|
52
86
|
*/
|
|
53
|
-
export declare const getLayerIds:
|
|
87
|
+
export declare const getLayerIds: ((state: {
|
|
88
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
89
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
90
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
91
|
+
webmap?: WebMapState;
|
|
92
|
+
services?: import("../types").ServiceState;
|
|
93
|
+
layers?: import("../types").LayerState;
|
|
94
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
95
|
+
}, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap) => string[]) & {
|
|
96
|
+
clearCache: () => void;
|
|
97
|
+
}> & {
|
|
98
|
+
clearCache: () => void;
|
|
99
|
+
};
|
|
54
100
|
/**
|
|
55
101
|
* Gets all layer states for a map
|
|
56
102
|
*
|
|
@@ -59,7 +105,19 @@ export declare const getLayerIds: import("reselect").OutputParametricSelector<Ap
|
|
|
59
105
|
* @param {string} mapId mapId: string - Id of the map
|
|
60
106
|
* @returns {array} returnType: array - array containing all layer states for the map
|
|
61
107
|
*/
|
|
62
|
-
export declare const getMapLayers:
|
|
108
|
+
export declare const getMapLayers: ((state: {
|
|
109
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
110
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
111
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
112
|
+
webmap?: WebMapState;
|
|
113
|
+
services?: import("../types").ServiceState;
|
|
114
|
+
layers?: import("../types").LayerState;
|
|
115
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
116
|
+
}, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer>) => import("../types").ReduxLayer[]) & {
|
|
117
|
+
clearCache: () => void;
|
|
118
|
+
}> & {
|
|
119
|
+
clearCache: () => void;
|
|
120
|
+
};
|
|
63
121
|
/**
|
|
64
122
|
* Gets an array of baselayers ids for a map
|
|
65
123
|
*
|
|
@@ -68,7 +126,19 @@ export declare const getMapLayers: import("reselect").OutputParametricSelector<A
|
|
|
68
126
|
* @param {string} mapId mapId: string - Id of the map
|
|
69
127
|
* @returns {array} returnType: array - array containing an array of baselayers ids
|
|
70
128
|
*/
|
|
71
|
-
export declare const getMapBaseLayersIds:
|
|
129
|
+
export declare const getMapBaseLayersIds: ((state: {
|
|
130
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
131
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
132
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
133
|
+
webmap?: WebMapState;
|
|
134
|
+
services?: import("../types").ServiceState;
|
|
135
|
+
layers?: import("../types").LayerState;
|
|
136
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
137
|
+
}, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap) => string[]) & {
|
|
138
|
+
clearCache: () => void;
|
|
139
|
+
}> & {
|
|
140
|
+
clearCache: () => void;
|
|
141
|
+
};
|
|
72
142
|
/**
|
|
73
143
|
* Gets all baselayers for a map
|
|
74
144
|
*
|
|
@@ -77,7 +147,19 @@ export declare const getMapBaseLayersIds: import("reselect").OutputParametricSel
|
|
|
77
147
|
* @param {string} mapId mapId: string - Id of the map
|
|
78
148
|
* @returns {array} returnType: array - array containing all baselayers for the map
|
|
79
149
|
*/
|
|
80
|
-
export declare const getMapBaseLayers:
|
|
150
|
+
export declare const getMapBaseLayers: ((state: {
|
|
151
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
152
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
153
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
154
|
+
webmap?: WebMapState;
|
|
155
|
+
services?: import("../types").ServiceState;
|
|
156
|
+
layers?: import("../types").LayerState;
|
|
157
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
158
|
+
}, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer>) => import("../types").ReduxLayer[]) & {
|
|
159
|
+
clearCache: () => void;
|
|
160
|
+
}> & {
|
|
161
|
+
clearCache: () => void;
|
|
162
|
+
};
|
|
81
163
|
/**
|
|
82
164
|
* Gets and array of overLayers ids for a map
|
|
83
165
|
*
|
|
@@ -86,7 +168,19 @@ export declare const getMapBaseLayers: import("reselect").OutputParametricSelect
|
|
|
86
168
|
* @param {string} mapId mapId: string - Id of the map
|
|
87
169
|
* @returns {array} returnType: array - array containing an array of overLayers ids
|
|
88
170
|
*/
|
|
89
|
-
export declare const getMapOverLayersIds:
|
|
171
|
+
export declare const getMapOverLayersIds: ((state: {
|
|
172
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
173
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
174
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
175
|
+
webmap?: WebMapState;
|
|
176
|
+
services?: import("../types").ServiceState;
|
|
177
|
+
layers?: import("../types").LayerState;
|
|
178
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
179
|
+
}, params_0: string) => string[]) & import("reselect").OutputSelectorFields<((args_0: WebMap) => string[]) & {
|
|
180
|
+
clearCache: () => void;
|
|
181
|
+
}> & {
|
|
182
|
+
clearCache: () => void;
|
|
183
|
+
};
|
|
90
184
|
/**
|
|
91
185
|
* Gets all overLayers for a map
|
|
92
186
|
*
|
|
@@ -95,7 +189,19 @@ export declare const getMapOverLayersIds: import("reselect").OutputParametricSel
|
|
|
95
189
|
* @param {string} mapId mapId: string - Id of the map
|
|
96
190
|
* @returns {array} returnType: array - array containing all overLayers for the map
|
|
97
191
|
*/
|
|
98
|
-
export declare const getMapOverLayers:
|
|
192
|
+
export declare const getMapOverLayers: ((state: {
|
|
193
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
194
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
195
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
196
|
+
webmap?: WebMapState;
|
|
197
|
+
services?: import("../types").ServiceState;
|
|
198
|
+
layers?: import("../types").LayerState;
|
|
199
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
200
|
+
}, params_0: string) => import("../types").ReduxLayer[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: Record<string, import("../types").ReduxLayer>) => import("../types").ReduxLayer[]) & {
|
|
201
|
+
clearCache: () => void;
|
|
202
|
+
}> & {
|
|
203
|
+
clearCache: () => void;
|
|
204
|
+
};
|
|
99
205
|
/**
|
|
100
206
|
* Gets map dimensions
|
|
101
207
|
*
|
|
@@ -104,7 +210,19 @@ export declare const getMapOverLayers: import("reselect").OutputParametricSelect
|
|
|
104
210
|
* @param {string} mapId mapId: string - Id of the map
|
|
105
211
|
* @returns {array} returnType: array - array containing map dimensions
|
|
106
212
|
*/
|
|
107
|
-
export declare const getMapDimensions:
|
|
213
|
+
export declare const getMapDimensions: ((state: {
|
|
214
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
215
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
216
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
217
|
+
webmap?: WebMapState;
|
|
218
|
+
services?: import("../types").ServiceState;
|
|
219
|
+
layers?: import("../types").LayerState;
|
|
220
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
221
|
+
}, params_0: string) => import("./types").Dimension[]) & import("reselect").OutputSelectorFields<((args_0: WebMap) => import("./types").Dimension[]) & {
|
|
222
|
+
clearCache: () => void;
|
|
223
|
+
}> & {
|
|
224
|
+
clearCache: () => void;
|
|
225
|
+
};
|
|
108
226
|
/**
|
|
109
227
|
* Gets the map dimension requested
|
|
110
228
|
*
|
|
@@ -114,7 +232,19 @@ export declare const getMapDimensions: import("reselect").OutputParametricSelect
|
|
|
114
232
|
* @param {string} dimensionName dimensionName: string - name of the dimension
|
|
115
233
|
* @returns {object} returnType: object - object containing the map dimension details
|
|
116
234
|
*/
|
|
117
|
-
export declare const getMapDimension:
|
|
235
|
+
export declare const getMapDimension: ((state: {
|
|
236
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
237
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
238
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
239
|
+
webmap?: WebMapState;
|
|
240
|
+
services?: import("../types").ServiceState;
|
|
241
|
+
layers?: import("../types").LayerState;
|
|
242
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
243
|
+
}, params_0: string, params_1: {}) => any) & import("reselect").OutputSelectorFields<((args_0: WebMap, args_1: string) => any) & {
|
|
244
|
+
clearCache: () => void;
|
|
245
|
+
}> & {
|
|
246
|
+
clearCache: () => void;
|
|
247
|
+
};
|
|
118
248
|
/**
|
|
119
249
|
* Gets map srs
|
|
120
250
|
*
|
|
@@ -123,7 +253,19 @@ export declare const getMapDimension: import("reselect").OutputParametricSelecto
|
|
|
123
253
|
* @param {string} mapId mapId: string - Id of the map
|
|
124
254
|
* @returns {string} returnType: string - string containing srs
|
|
125
255
|
*/
|
|
126
|
-
export declare const getSrs:
|
|
256
|
+
export declare const getSrs: ((state: {
|
|
257
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
258
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
259
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
260
|
+
webmap?: WebMapState;
|
|
261
|
+
services?: import("../types").ServiceState;
|
|
262
|
+
layers?: import("../types").LayerState;
|
|
263
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
264
|
+
}, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap) => string & {
|
|
265
|
+
clearCache: () => void;
|
|
266
|
+
}> & {
|
|
267
|
+
clearCache: () => void;
|
|
268
|
+
};
|
|
127
269
|
/**
|
|
128
270
|
* Gets map bounding box
|
|
129
271
|
*
|
|
@@ -132,7 +274,19 @@ export declare const getSrs: import("reselect").OutputParametricSelector<AppStor
|
|
|
132
274
|
* @param {string} mapId mapId: string - Id of the map
|
|
133
275
|
* @returns {object} returnType: object - boundingbox object {left: number, bottom: number, right:number, top: number}
|
|
134
276
|
*/
|
|
135
|
-
export declare const getBbox:
|
|
277
|
+
export declare const getBbox: ((state: {
|
|
278
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
279
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
280
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
281
|
+
webmap?: WebMapState;
|
|
282
|
+
services?: import("../types").ServiceState;
|
|
283
|
+
layers?: import("../types").LayerState;
|
|
284
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
285
|
+
}, params_0: string) => {}) & import("reselect").OutputSelectorFields<((args_0: WebMap) => {}) & {
|
|
286
|
+
clearCache: () => void;
|
|
287
|
+
}> & {
|
|
288
|
+
clearCache: () => void;
|
|
289
|
+
};
|
|
136
290
|
/**
|
|
137
291
|
* Gets if map is animating
|
|
138
292
|
*
|
|
@@ -141,7 +295,19 @@ export declare const getBbox: import("reselect").OutputParametricSelector<AppSto
|
|
|
141
295
|
* @param {string} mapId mapId: string - Id of the map
|
|
142
296
|
* @returns {boolean} returnType: boolean
|
|
143
297
|
*/
|
|
144
|
-
export declare const isAnimating:
|
|
298
|
+
export declare const isAnimating: ((state: {
|
|
299
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
300
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
301
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
302
|
+
webmap?: WebMapState;
|
|
303
|
+
services?: import("../types").ServiceState;
|
|
304
|
+
layers?: import("../types").LayerState;
|
|
305
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
306
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap) => boolean & {
|
|
307
|
+
clearCache: () => void;
|
|
308
|
+
}> & {
|
|
309
|
+
clearCache: () => void;
|
|
310
|
+
};
|
|
145
311
|
/**
|
|
146
312
|
* Gets start time of animation
|
|
147
313
|
*
|
|
@@ -150,7 +316,19 @@ export declare const isAnimating: import("reselect").OutputParametricSelector<Ap
|
|
|
150
316
|
* @param {string} mapId mapId: string - Id of the map
|
|
151
317
|
* @returns {string} returnType: string
|
|
152
318
|
*/
|
|
153
|
-
export declare const getAnimationStartTime:
|
|
319
|
+
export declare const getAnimationStartTime: ((state: {
|
|
320
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
321
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
322
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
323
|
+
webmap?: WebMapState;
|
|
324
|
+
services?: import("../types").ServiceState;
|
|
325
|
+
layers?: import("../types").LayerState;
|
|
326
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
327
|
+
}, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap) => string & {
|
|
328
|
+
clearCache: () => void;
|
|
329
|
+
}> & {
|
|
330
|
+
clearCache: () => void;
|
|
331
|
+
};
|
|
154
332
|
/**
|
|
155
333
|
* Gets end time of animation
|
|
156
334
|
*
|
|
@@ -159,7 +337,19 @@ export declare const getAnimationStartTime: import("reselect").OutputParametricS
|
|
|
159
337
|
* @param {string} mapId mapId: string - Id of the map
|
|
160
338
|
* @returns {string} returnType: string
|
|
161
339
|
*/
|
|
162
|
-
export declare const getAnimationEndTime:
|
|
340
|
+
export declare const getAnimationEndTime: ((state: {
|
|
341
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
342
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
343
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
344
|
+
webmap?: WebMapState;
|
|
345
|
+
services?: import("../types").ServiceState;
|
|
346
|
+
layers?: import("../types").LayerState;
|
|
347
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
348
|
+
}, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap) => string & {
|
|
349
|
+
clearCache: () => void;
|
|
350
|
+
}> & {
|
|
351
|
+
clearCache: () => void;
|
|
352
|
+
};
|
|
163
353
|
/**
|
|
164
354
|
* Returns map is auto updating
|
|
165
355
|
*
|
|
@@ -168,7 +358,19 @@ export declare const getAnimationEndTime: import("reselect").OutputParametricSel
|
|
|
168
358
|
* @param {string} mapId mapId: string - Id of the map
|
|
169
359
|
* @returns {boolean} returnType: boolean
|
|
170
360
|
*/
|
|
171
|
-
export declare const isAutoUpdating:
|
|
361
|
+
export declare const isAutoUpdating: ((state: {
|
|
362
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
363
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
364
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
365
|
+
webmap?: WebMapState;
|
|
366
|
+
services?: import("../types").ServiceState;
|
|
367
|
+
layers?: import("../types").LayerState;
|
|
368
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
369
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap) => boolean & {
|
|
370
|
+
clearCache: () => void;
|
|
371
|
+
}> & {
|
|
372
|
+
clearCache: () => void;
|
|
373
|
+
};
|
|
172
374
|
/**
|
|
173
375
|
* Tells whether the "loop" behavior of animation is on/off
|
|
174
376
|
*
|
|
@@ -177,7 +379,19 @@ export declare const isAutoUpdating: import("reselect").OutputParametricSelector
|
|
|
177
379
|
* @param {string} mapId mapId: string - Id of the map
|
|
178
380
|
* @returns {boolean} returnType: boolean
|
|
179
381
|
*/
|
|
180
|
-
export declare const isLooping:
|
|
382
|
+
export declare const isLooping: ((state: {
|
|
383
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
384
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
385
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
386
|
+
webmap?: WebMapState;
|
|
387
|
+
services?: import("../types").ServiceState;
|
|
388
|
+
layers?: import("../types").LayerState;
|
|
389
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
390
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap) => boolean & {
|
|
391
|
+
clearCache: () => void;
|
|
392
|
+
}> & {
|
|
393
|
+
clearCache: () => void;
|
|
394
|
+
};
|
|
181
395
|
/**
|
|
182
396
|
* Gets activeLayerId for map
|
|
183
397
|
*
|
|
@@ -185,7 +399,19 @@ export declare const isLooping: import("reselect").OutputParametricSelector<AppS
|
|
|
185
399
|
* @param {object} store store: object - store object
|
|
186
400
|
* @param {string} mapId mapId: string - Id of the map
|
|
187
401
|
*/
|
|
188
|
-
export declare const getActiveLayerId:
|
|
402
|
+
export declare const getActiveLayerId: ((state: {
|
|
403
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
404
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
405
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
406
|
+
webmap?: WebMapState;
|
|
407
|
+
services?: import("../types").ServiceState;
|
|
408
|
+
layers?: import("../types").LayerState;
|
|
409
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
410
|
+
}, params_0: string) => string) & import("reselect").OutputSelectorFields<(args_0: WebMap) => string & {
|
|
411
|
+
clearCache: () => void;
|
|
412
|
+
}> & {
|
|
413
|
+
clearCache: () => void;
|
|
414
|
+
};
|
|
189
415
|
/**
|
|
190
416
|
* Gets scale of a time slider of a map
|
|
191
417
|
*
|
|
@@ -194,52 +420,124 @@ export declare const getActiveLayerId: import("reselect").OutputParametricSelect
|
|
|
194
420
|
* @param {string} mapId mapId: string - Id of the map
|
|
195
421
|
* @returns {Scale} returnType: Scale - scale as an enum
|
|
196
422
|
*/
|
|
197
|
-
export declare const getMapTimeSliderScale:
|
|
423
|
+
export declare const getMapTimeSliderScale: ((state: {
|
|
424
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
425
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
426
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
427
|
+
webmap?: WebMapState;
|
|
428
|
+
services?: import("../types").ServiceState;
|
|
429
|
+
layers?: import("../types").LayerState;
|
|
430
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
431
|
+
}, params_0: string) => Scale) & import("reselect").OutputSelectorFields<(args_0: WebMap) => Scale & {
|
|
432
|
+
clearCache: () => void;
|
|
433
|
+
}> & {
|
|
434
|
+
clearCache: () => void;
|
|
435
|
+
};
|
|
198
436
|
/**
|
|
199
437
|
* Gets time step of a map
|
|
200
438
|
*
|
|
201
439
|
* Example: timeStep = getTimeStep(store, 'mapid_1')
|
|
202
440
|
* @param {object} store store: object - store object
|
|
203
441
|
* @param {string} mapId mapId: string - Id of the map
|
|
204
|
-
* @returns {
|
|
205
|
-
*/
|
|
206
|
-
export declare const getMapTimeStep:
|
|
442
|
+
* @returns {number} returnType: number - time step as a number
|
|
443
|
+
*/
|
|
444
|
+
export declare const getMapTimeStep: ((state: {
|
|
445
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
446
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
447
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
448
|
+
webmap?: WebMapState;
|
|
449
|
+
services?: import("../types").ServiceState;
|
|
450
|
+
layers?: import("../types").LayerState;
|
|
451
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
452
|
+
}, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap) => number & {
|
|
453
|
+
clearCache: () => void;
|
|
454
|
+
}> & {
|
|
455
|
+
clearCache: () => void;
|
|
456
|
+
};
|
|
207
457
|
/**
|
|
208
458
|
* Returns the speed of animation
|
|
209
459
|
*
|
|
210
460
|
* Example: speed = getSpeed(store, 'mapid_1')
|
|
211
461
|
* @param {object} store store: object - store object
|
|
212
462
|
* @param {string} mapId mapId: string - Id of the map
|
|
213
|
-
* @returns {
|
|
214
|
-
*/
|
|
215
|
-
export declare const getMapAnimationDelay:
|
|
463
|
+
* @returns {number} returnType: number - speed as a number
|
|
464
|
+
*/
|
|
465
|
+
export declare const getMapAnimationDelay: ((state: {
|
|
466
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
467
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
468
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
469
|
+
webmap?: WebMapState;
|
|
470
|
+
services?: import("../types").ServiceState;
|
|
471
|
+
layers?: import("../types").LayerState;
|
|
472
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
473
|
+
}, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap) => number & {
|
|
474
|
+
clearCache: () => void;
|
|
475
|
+
}> & {
|
|
476
|
+
clearCache: () => void;
|
|
477
|
+
};
|
|
216
478
|
/**
|
|
217
479
|
* Returns the center time of time slider
|
|
218
480
|
*
|
|
219
481
|
* Example: centerTime = getCenterTime(store, 'mapid_1')
|
|
220
482
|
* @param {object} store store: object - store object
|
|
221
483
|
* @param {string} mapId mapId: string - Id of the map
|
|
222
|
-
* @returns {
|
|
223
|
-
*/
|
|
224
|
-
export declare const getMapTimeSliderCenterTime:
|
|
484
|
+
* @returns {number} returnType: number - center time as a unix timestamp
|
|
485
|
+
*/
|
|
486
|
+
export declare const getMapTimeSliderCenterTime: ((state: {
|
|
487
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
488
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
489
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
490
|
+
webmap?: WebMapState;
|
|
491
|
+
services?: import("../types").ServiceState;
|
|
492
|
+
layers?: import("../types").LayerState;
|
|
493
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
494
|
+
}, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap) => number & {
|
|
495
|
+
clearCache: () => void;
|
|
496
|
+
}> & {
|
|
497
|
+
clearCache: () => void;
|
|
498
|
+
};
|
|
225
499
|
/**
|
|
226
500
|
* Returns the number of seconds per pixel on the time slider
|
|
227
501
|
*
|
|
228
502
|
* Example: secondsPerPx = getSecondsPerPx(store, 'mapid_1')
|
|
229
503
|
* @param {object} store store: object - store object
|
|
230
504
|
* @param {string} mapId mapId: string - Id of the map
|
|
231
|
-
* @returns {
|
|
232
|
-
*/
|
|
233
|
-
export declare const getMapTimeSliderSecondsPerPx:
|
|
505
|
+
* @returns {number} returnType: number - the number of seconds per pixel
|
|
506
|
+
*/
|
|
507
|
+
export declare const getMapTimeSliderSecondsPerPx: ((state: {
|
|
508
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
509
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
510
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
511
|
+
webmap?: WebMapState;
|
|
512
|
+
services?: import("../types").ServiceState;
|
|
513
|
+
layers?: import("../types").LayerState;
|
|
514
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
515
|
+
}, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap) => number & {
|
|
516
|
+
clearCache: () => void;
|
|
517
|
+
}> & {
|
|
518
|
+
clearCache: () => void;
|
|
519
|
+
};
|
|
234
520
|
/**
|
|
235
521
|
* Returns the number of scale to seconds pixel on the time slider
|
|
236
522
|
*
|
|
237
523
|
* Example: dataScaleToSecondsPerPx = getMapTimeSliderDataScaleToSecondsPerPx(store, 'mapid_1')
|
|
238
524
|
* @param {object} store store: object - store object
|
|
239
525
|
* @param {string} mapId mapId: string - Id of the map
|
|
240
|
-
* @returns {
|
|
241
|
-
*/
|
|
242
|
-
export declare const getMapTimeSliderDataScaleToSecondsPerPx:
|
|
526
|
+
* @returns {number} returnType: number - the number of scaleto seconds pixel
|
|
527
|
+
*/
|
|
528
|
+
export declare const getMapTimeSliderDataScaleToSecondsPerPx: ((state: {
|
|
529
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
530
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
531
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
532
|
+
webmap?: WebMapState;
|
|
533
|
+
services?: import("../types").ServiceState;
|
|
534
|
+
layers?: import("../types").LayerState;
|
|
535
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
536
|
+
}, params_0: string) => number) & import("reselect").OutputSelectorFields<(args_0: WebMap) => number & {
|
|
537
|
+
clearCache: () => void;
|
|
538
|
+
}> & {
|
|
539
|
+
clearCache: () => void;
|
|
540
|
+
};
|
|
243
541
|
/**
|
|
244
542
|
* Returns map is timestep auto
|
|
245
543
|
*
|
|
@@ -248,7 +546,19 @@ export declare const getMapTimeSliderDataScaleToSecondsPerPx: import("reselect")
|
|
|
248
546
|
* @param {string} mapId mapId: string - Id of the map
|
|
249
547
|
* @returns {boolean} returnType: boolean
|
|
250
548
|
*/
|
|
251
|
-
export declare const isTimestepAuto:
|
|
549
|
+
export declare const isTimestepAuto: ((state: {
|
|
550
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
551
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
552
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
553
|
+
webmap?: WebMapState;
|
|
554
|
+
services?: import("../types").ServiceState;
|
|
555
|
+
layers?: import("../types").LayerState;
|
|
556
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
557
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap) => boolean & {
|
|
558
|
+
clearCache: () => void;
|
|
559
|
+
}> & {
|
|
560
|
+
clearCache: () => void;
|
|
561
|
+
};
|
|
252
562
|
/**
|
|
253
563
|
* Returns map is time slider hover
|
|
254
564
|
*
|
|
@@ -257,7 +567,19 @@ export declare const isTimestepAuto: import("reselect").OutputParametricSelector
|
|
|
257
567
|
* @param {string} mapId mapId: string - Id of the map
|
|
258
568
|
* @returns {boolean} returnType: boolean
|
|
259
569
|
*/
|
|
260
|
-
export declare const isTimeSliderHoverOn:
|
|
570
|
+
export declare const isTimeSliderHoverOn: ((state: {
|
|
571
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
572
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
573
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
574
|
+
webmap?: WebMapState;
|
|
575
|
+
services?: import("../types").ServiceState;
|
|
576
|
+
layers?: import("../types").LayerState;
|
|
577
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
578
|
+
}, params_0: string) => boolean) & import("reselect").OutputSelectorFields<(args_0: WebMap) => boolean & {
|
|
579
|
+
clearCache: () => void;
|
|
580
|
+
}> & {
|
|
581
|
+
clearCache: () => void;
|
|
582
|
+
};
|
|
261
583
|
/**
|
|
262
584
|
* Returns is layer is active layer
|
|
263
585
|
*
|
|
@@ -267,16 +589,40 @@ export declare const isTimeSliderHoverOn: import("reselect").OutputParametricSel
|
|
|
267
589
|
* @param {string} mapId layerId: string - Id of the layer
|
|
268
590
|
* @returns {boolean} returnType: boolean
|
|
269
591
|
*/
|
|
270
|
-
export declare const getIsLayerActiveLayer:
|
|
592
|
+
export declare const getIsLayerActiveLayer: ((state: {
|
|
593
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
594
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
595
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
596
|
+
webmap?: WebMapState;
|
|
597
|
+
services?: import("../types").ServiceState;
|
|
598
|
+
layers?: import("../types").LayerState;
|
|
599
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
600
|
+
}, params_0: string, params_1: {}) => boolean) & import("reselect").OutputSelectorFields<(args_0: string, args_1: any) => boolean & {
|
|
601
|
+
clearCache: () => void;
|
|
602
|
+
}> & {
|
|
603
|
+
clearCache: () => void;
|
|
604
|
+
};
|
|
271
605
|
/**
|
|
272
606
|
* Returns the mapId for given layerId
|
|
273
607
|
*
|
|
274
608
|
* Example const mapId = getMapIdFromLayerId(store 'layerId-A');
|
|
275
609
|
* @param {object} store store: object - store object
|
|
276
610
|
* @param {string} layerId layerId: string - Id of the layer
|
|
277
|
-
* @returns {string} returnType: the mapId, or null if not found
|
|
278
|
-
*/
|
|
279
|
-
export declare const getMapIdFromLayerId:
|
|
611
|
+
* @returns {string} returnType: string - the mapId, or null if not found
|
|
612
|
+
*/
|
|
613
|
+
export declare const getMapIdFromLayerId: ((state: {
|
|
614
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
615
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
616
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
617
|
+
webmap?: WebMapState;
|
|
618
|
+
services?: import("../types").ServiceState;
|
|
619
|
+
layers?: import("../types").LayerState;
|
|
620
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
621
|
+
}, params_0: string) => string) & import("reselect").OutputSelectorFields<((args_0: WebMapState, args_1: string) => string) & {
|
|
622
|
+
clearCache: () => void;
|
|
623
|
+
}> & {
|
|
624
|
+
clearCache: () => void;
|
|
625
|
+
};
|
|
280
626
|
/**
|
|
281
627
|
* Returns the layerId for given layerName
|
|
282
628
|
*
|
|
@@ -284,9 +630,21 @@ export declare const getMapIdFromLayerId: import("reselect").OutputParametricSel
|
|
|
284
630
|
* @param {object} store store: object - store object
|
|
285
631
|
* @param {string} mapId mapId: string - Id of the map
|
|
286
632
|
* @param {string} layerId layerId: string - Id of the layer
|
|
287
|
-
* @returns {string} returnType: the layerId, or null if not found
|
|
288
|
-
*/
|
|
289
|
-
export declare const getLayerIdByLayerName:
|
|
633
|
+
* @returns {string} returnType: string - the layerId, or null if not found
|
|
634
|
+
*/
|
|
635
|
+
export declare const getLayerIdByLayerName: ((state: {
|
|
636
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
637
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
638
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
639
|
+
webmap?: WebMapState;
|
|
640
|
+
services?: import("../types").ServiceState;
|
|
641
|
+
layers?: import("../types").LayerState;
|
|
642
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
643
|
+
}, params_0: string, params_1: {}) => string) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: string) => string) & {
|
|
644
|
+
clearCache: () => void;
|
|
645
|
+
}> & {
|
|
646
|
+
clearCache: () => void;
|
|
647
|
+
};
|
|
290
648
|
/**
|
|
291
649
|
* Returns the layerIndex in the map for given layerId
|
|
292
650
|
*
|
|
@@ -296,7 +654,19 @@ export declare const getLayerIdByLayerName: import("reselect").OutputParametricS
|
|
|
296
654
|
* @param {string} layerId layerId: string - Id of the layer
|
|
297
655
|
* @returns {number} returnType: index number or -1 if not found
|
|
298
656
|
*/
|
|
299
|
-
export declare const getLayerIndexByLayerId:
|
|
657
|
+
export declare const getLayerIndexByLayerId: ((state: {
|
|
658
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
659
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
660
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
661
|
+
webmap?: WebMapState;
|
|
662
|
+
services?: import("../types").ServiceState;
|
|
663
|
+
layers?: import("../types").LayerState;
|
|
664
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
665
|
+
}, params_0: string, params_1: {}) => number) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: string) => number) & {
|
|
666
|
+
clearCache: () => void;
|
|
667
|
+
}> & {
|
|
668
|
+
clearCache: () => void;
|
|
669
|
+
};
|
|
300
670
|
/**
|
|
301
671
|
* Returns the Layer in the map for given layerIndex
|
|
302
672
|
*
|
|
@@ -306,7 +676,19 @@ export declare const getLayerIndexByLayerId: import("reselect").OutputParametric
|
|
|
306
676
|
* @param {number} layerIndex layerId: number - Index of the layer in the map
|
|
307
677
|
* @returns {object} returnType: layer, or null if not found
|
|
308
678
|
*/
|
|
309
|
-
export declare const getLayerByLayerIndex:
|
|
679
|
+
export declare const getLayerByLayerIndex: ((state: {
|
|
680
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
681
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
682
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
683
|
+
webmap?: WebMapState;
|
|
684
|
+
services?: import("../types").ServiceState;
|
|
685
|
+
layers?: import("../types").LayerState;
|
|
686
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
687
|
+
}, params_0: string, params_1: {}) => Layer) & import("reselect").OutputSelectorFields<((args_0: import("../types").ReduxLayer[], args_1: number) => Layer) & {
|
|
688
|
+
clearCache: () => void;
|
|
689
|
+
}> & {
|
|
690
|
+
clearCache: () => void;
|
|
691
|
+
};
|
|
310
692
|
/**
|
|
311
693
|
* Returns name of all unique dimensions present in all maps
|
|
312
694
|
*
|
|
@@ -314,7 +696,19 @@ export declare const getLayerByLayerIndex: import("reselect").OutputParametricSe
|
|
|
314
696
|
* @param {object} store store: object - store object
|
|
315
697
|
* @returns {array} returnType: array of dimension names
|
|
316
698
|
*/
|
|
317
|
-
export declare const getAllUniqueDimensions:
|
|
699
|
+
export declare const getAllUniqueDimensions: ((state: {
|
|
700
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
701
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
702
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
703
|
+
webmap?: WebMapState;
|
|
704
|
+
services?: import("../types").ServiceState;
|
|
705
|
+
layers?: import("../types").LayerState;
|
|
706
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
707
|
+
}) => string[]) & import("reselect").OutputSelectorFields<((args_0: string[], args_1: AppStore) => string[]) & {
|
|
708
|
+
clearCache: () => void;
|
|
709
|
+
}> & {
|
|
710
|
+
clearCache: () => void;
|
|
711
|
+
};
|
|
318
712
|
/**
|
|
319
713
|
* Returns the mapPinLocation for the current map
|
|
320
714
|
*
|
|
@@ -323,4 +717,16 @@ export declare const getAllUniqueDimensions: import("reselect").OutputSelector<A
|
|
|
323
717
|
* @param {string} mapId mapId: string - Id of the map
|
|
324
718
|
* @returns {object} returnType: latitude and longitude of pin
|
|
325
719
|
*/
|
|
326
|
-
export declare const getPinLocation:
|
|
720
|
+
export declare const getPinLocation: ((state: {
|
|
721
|
+
advancedLayerStore?: import("../../advancedLayerStore/types").AdvancedLayerStoreState;
|
|
722
|
+
syncronizationGroupStore?: import("../../generic/synchronizationGroups/types").SynchronizationGroupState;
|
|
723
|
+
ui?: import("../../ui/types").UIStoreType;
|
|
724
|
+
webmap?: WebMapState;
|
|
725
|
+
services?: import("../types").ServiceState;
|
|
726
|
+
layers?: import("../types").LayerState;
|
|
727
|
+
layerSelect?: import("../../layerSelect/types").LayerSelectStoreType;
|
|
728
|
+
}, params_0: string) => import("./types").MapLocation) & import("reselect").OutputSelectorFields<((args_0: WebMap) => import("./types").MapLocation) & {
|
|
729
|
+
clearCache: () => void;
|
|
730
|
+
}> & {
|
|
731
|
+
clearCache: () => void;
|
|
732
|
+
};
|