@opengeoweb/core 1.2.5 → 2.1.2
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/README.md +11 -12
- package/core.esm.js +15290 -24004
- package/core.umd.js +9701 -18210
- package/lib/components/ComponentsLookUp/componentsLookUp.d.ts +48 -0
- package/lib/components/ComponentsLookUp/componentsLookUp.stories.d.ts +7 -0
- package/lib/components/{MultiDimensionSelect/MultiDimensionSelectConnect.spec.d.ts → ComponentsLookUp/componentsLookup.spec.d.ts} +0 -0
- package/lib/components/ComponentsLookUp/index.d.ts +1 -0
- package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.d.ts +36 -0
- package/lib/components/{MultiDimensionSelect/MultiDimensionSelectDialog.spec.d.ts → ConfigurableConnectedMap/ConfigurableConnectedMap.spec.d.ts} +0 -0
- package/lib/components/ConfigurableConnectedMap/ConfigurableConnectedMap.stories.d.ts +6 -0
- package/lib/components/ConfigurableConnectedMap/index.d.ts +1 -0
- package/lib/components/ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.d.ts +18 -0
- package/lib/components/{MultiDimensionSelect/VerticalDimensionSelect.spec.d.ts → ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.spec.d.ts} +0 -0
- package/lib/components/ConfigurableMapWithSlider/index.d.ts +1 -0
- package/lib/components/CustomSwitch/CustomSwitch.d.ts +3 -0
- package/lib/components/CustomSwitch/CustomSwitch.spec.d.ts +1 -0
- package/lib/components/CustomSwitch/CustomSwitch.stories.d.ts +3 -0
- package/lib/components/CustomSwitch/index.d.ts +1 -0
- package/lib/components/LayerManager/DescriptionRow/DescriptionRow.d.ts +1 -0
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/DeleteLayer/DeleteLayerConnect.d.ts +1 -0
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelect.d.ts +4 -5
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelectConnect.d.ts +0 -1
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/LayerRowConnect.d.ts +1 -0
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderStyles/RenderStyles.d.ts +5 -5
- package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderStyles/RenderStylesConnect.d.ts +0 -1
- package/lib/components/LayerManager/LayerManager.d.ts +3 -1
- package/lib/components/LayerManager/LayerManager.stories.d.ts +7 -6
- package/lib/components/LayerManager/LayerManagerConnect.d.ts +2 -1
- package/lib/components/LayerManager/LayerManagerConnect.stories.d.ts +5 -0
- package/lib/components/LayerManager/LayerManagerStories.stories.d.ts +6 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButton.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButton.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterButton/KeywordFilterButton.stories.d.ts +7 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.d.ts +11 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResults.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsConnect.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsConnect.stories.d.ts +7 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.d.ts +10 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/KeywordFilterResultsListItem.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/KeywordFilterResults/mockServices.d.ts +42 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelect.d.ts +14 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelect.stories.d.ts +9 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.d.ts +8 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.d.ts +16 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.stories.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/LayerSelectStories.stories.d.ts +6 -0
- package/lib/components/LayerManager/LayerSelect/SearchField/SearchField.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/SearchField/SearchField.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.d.ts +8 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceChip.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.d.ts +8 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceList.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceListConnect.d.ts +6 -0
- package/lib/components/LayerManager/LayerSelect/ServiceList/ServiceListConnect.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.d.ts +3 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServiceOptionsButton/ServiceOptionsButton.stories.d.ts +7 -0
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +10 -0
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.spec.d.ts +1 -0
- package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.stories.d.ts +13 -0
- package/lib/components/Legend/LegendConnect.d.ts +1 -2
- package/lib/components/MapView/MapView.Error.stories.d.ts +4 -0
- package/lib/components/MapView/{MapView.MapCursor.stories.d.ts → MapView.MapPin.stories.d.ts} +1 -1
- package/lib/components/MapView/MapView.ShowLayerInfo.stories.d.ts +5 -0
- package/lib/components/MapView/MapView.stories.d.ts +2 -1
- package/lib/components/MapView/MapViewConnect.MapPin.stories.d.ts +5 -0
- package/lib/components/MapView/MapViewConnect.d.ts +5 -3
- package/lib/components/MapView/MapViewConnect.stories.d.ts +1 -0
- package/lib/components/Mapcontrols/MapControlButton.d.ts +11 -0
- package/lib/components/Mapcontrols/MapControlButton.spec.d.ts +1 -0
- package/lib/components/Mapcontrols/MapControls.d.ts +7 -0
- package/lib/components/Mapcontrols/MapControls.spec.d.ts +1 -0
- package/lib/components/Mapcontrols/ZoomControls.d.ts +0 -8
- package/lib/components/Mapcontrols/index.d.ts +4 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectButton.d.ts +8 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectButton.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.d.ts +7 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.d.ts +12 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.stories.d.ts +25 -0
- package/lib/components/{MultiDimensionSelect/VerticalDimensionSelect.d.ts → MultiMapDimensionSelect/DimensionSelectSlider.d.ts} +5 -4
- package/lib/components/MultiMapDimensionSelect/DimensionSelectSlider.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectSliderConnect.d.ts +11 -0
- package/lib/components/MultiMapDimensionSelect/DimensionSelectSliderConnect.spec.d.ts +1 -0
- package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/EnsembleDimensionExample.stories.d.ts +0 -0
- package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/MultiDimensionSelect.stories.d.ts +2 -0
- package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectConfig.d.ts +11 -0
- package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/MultiDimensionSelectConnect.stories.d.ts +0 -1
- package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.d.ts +6 -0
- package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelect.stories.d.ts +2 -0
- package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelectConnect.d.ts +9 -0
- package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelectConnect.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/MultiMapSingleDimensionSelectConnect.d.ts +8 -0
- package/lib/components/MultiMapDimensionSelect/MultiMapSingleDimensionSelectConnect.spec.d.ts +1 -0
- package/lib/components/MultiMapDimensionSelect/index.d.ts +2 -0
- package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +9 -0
- package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.spec.d.ts +1 -0
- package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +11 -0
- package/lib/components/MultiMapView/HarmoniePresets/index.d.ts +2 -0
- package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +2 -1
- package/lib/components/ReactMapView/ReactMapView.d.ts +14 -10
- package/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +3 -2
- package/lib/components/ReactMapView/types.d.ts +8 -14
- package/lib/components/TimeSlider/TimeSliderButtons/PlayButton/PlayButtonConnect.d.ts +3 -3
- package/lib/components/TimeSlider/TimeSliderButtons/SpeedButton/SpeedButton.d.ts +0 -2
- package/lib/components/TimeSlider/TimeSliderButtons/TimeSliderButtonComponents.stories.d.ts +5 -0
- package/lib/components/TimeSlider/TimeSliderButtons/TimeSliderButtons.stories.d.ts +0 -4
- package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRail.d.ts +4 -4
- package/lib/components/TimeSlider/TimeSliderUtils.d.ts +10 -1
- package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +9 -0
- package/lib/components/ToggleIconButton/ToggleIconButton.spec.d.ts +1 -0
- package/lib/components/ToggleIconButton/ToggleIconButton.stories.d.ts +13 -0
- package/lib/components/ToggleIconButton/index.d.ts +1 -0
- package/lib/components/WMSLoader/services.d.ts +0 -1
- package/lib/index.d.ts +13 -10
- package/lib/store/coreModuleConfig.d.ts +1 -1
- package/lib/store/generic/sagas.d.ts +8 -2
- package/lib/store/generic/synchronizationGroups/index.d.ts +2 -1
- package/lib/store/generic/synchronizationGroups/sagas.d.ts +0 -1
- package/lib/store/generic/synchronizationGroups/utils.d.ts +79 -2
- package/lib/store/generic/types.d.ts +3 -3
- package/lib/store/layerSelect/actions.d.ts +8 -0
- package/lib/store/layerSelect/config.d.ts +4 -0
- package/lib/store/layerSelect/constants.d.ts +1 -0
- package/lib/store/layerSelect/reducer.d.ts +3 -0
- package/lib/store/layerSelect/reducer.spec.d.ts +1 -0
- package/lib/store/layerSelect/selectors.d.ts +2 -0
- package/lib/store/layerSelect/selectors.spec.d.ts +1 -0
- package/lib/store/layerSelect/types.d.ts +19 -0
- package/lib/store/mapStore/layers/actions.d.ts +8 -4
- package/lib/store/mapStore/layers/constants.d.ts +1 -0
- package/lib/store/mapStore/layers/selectors.d.ts +39 -1
- package/lib/store/mapStore/layers/types.d.ts +28 -10
- package/lib/store/mapStore/layers/utils.d.ts +4 -2
- package/lib/store/mapStore/layers/utils.spec.d.ts +1 -0
- package/lib/store/mapStore/map/actions.d.ts +12 -5
- package/lib/store/mapStore/map/constants.d.ts +1 -0
- package/lib/store/mapStore/map/reducer.d.ts +7 -0
- package/lib/store/mapStore/map/selectors.d.ts +56 -6
- package/lib/store/mapStore/map/types.d.ts +21 -7
- package/lib/store/mapStore/service/actions.d.ts +1 -17
- package/lib/store/mapStore/service/constants.d.ts +0 -2
- package/lib/store/mapStore/service/reducer.d.ts +4 -2
- package/lib/store/mapStore/service/selectors.d.ts +13 -35
- package/lib/store/mapStore/service/types.d.ts +10 -30
- package/lib/store/mapStore/types.d.ts +1 -1
- package/lib/store/mapStore/utils/helpers.d.ts +5 -3
- package/lib/store/ui/actions.d.ts +5 -5
- package/lib/store/ui/sagas.d.ts +5 -0
- package/lib/store/ui/sagas.test.d.ts +1 -0
- package/lib/store/ui/selectors.d.ts +5 -5
- package/lib/store/ui/types.d.ts +1 -1
- package/lib/storybookUtils/defaultStorySettings.d.ts +1 -0
- package/lib/types/types.d.ts +2 -1
- package/lib/utils/__mocks__/WMS111GetCapabilitiesGeoServicesRADAR.d.ts +2 -0
- package/lib/utils/defaultConfigurations.d.ts +21 -0
- package/lib/utils/defaultTestSettings.d.ts +45 -231
- package/lib/utils/dimensionUtils.d.ts +13 -0
- package/lib/utils/dimensionUtils.spec.d.ts +1 -0
- package/lib/utils/getCapabilities.d.ts +8 -0
- package/lib/utils/publicServices.d.ts +15 -1
- package/lib/utils/testUtils.d.ts +1 -0
- package/package.json +9 -9
- package/lib/components/MultiDimensionSelect/MultiDimensionSelectConfig.d.ts +0 -3
- package/lib/components/MultiDimensionSelect/MultiDimensionSelectConnect.d.ts +0 -10
- package/lib/components/MultiDimensionSelect/MultiDimensionSelectDialog.d.ts +0 -15
- package/lib/components/MultiDimensionSelect/MultiDimensionSelectDialogConnect.d.ts +0 -8
- package/lib/components/MultiDimensionSelect/index.d.ts +0 -2
- package/lib/components/MultiDimensionSelect/types.d.ts +0 -18
- package/lib/components/MultiMapView/storyUtils/HarmonieTempAndPrecipPreset.d.ts +0 -7
- package/lib/components/MultiMapView/storyUtils/types.d.ts +0 -9
- package/lib/components/SyncGroups/ConfigurableConnectedMap.d.ts +0 -16
- package/lib/components/SyncGroups/SyncGroupDialog.d.ts +0 -7
- package/lib/utils/DimensionUtils.d.ts +0 -3
- package/lib/utils/KNMIlayers.d.ts +0 -378
- package/lib/utils/KNMIservices.d.ts +0 -65
|
@@ -1,378 +0,0 @@
|
|
|
1
|
-
import * as mapTypes from '../store/mapStore/types';
|
|
2
|
-
export declare const overLayer: {
|
|
3
|
-
service: string;
|
|
4
|
-
name: string;
|
|
5
|
-
format: string;
|
|
6
|
-
enabled: boolean;
|
|
7
|
-
id: string;
|
|
8
|
-
layerType: mapTypes.LayerType;
|
|
9
|
-
};
|
|
10
|
-
export declare const radarLayer: {
|
|
11
|
-
service: string;
|
|
12
|
-
name: string;
|
|
13
|
-
format: string;
|
|
14
|
-
enabled: boolean;
|
|
15
|
-
style: string;
|
|
16
|
-
id: string;
|
|
17
|
-
layerType: mapTypes.LayerType;
|
|
18
|
-
};
|
|
19
|
-
export declare const radarReflectivityLayer: {
|
|
20
|
-
service: string;
|
|
21
|
-
name: string;
|
|
22
|
-
format: string;
|
|
23
|
-
enabled: boolean;
|
|
24
|
-
id: string;
|
|
25
|
-
layerType: mapTypes.LayerType;
|
|
26
|
-
};
|
|
27
|
-
export declare const radarNeso: {
|
|
28
|
-
service: string;
|
|
29
|
-
name: string;
|
|
30
|
-
format: string;
|
|
31
|
-
enabled: boolean;
|
|
32
|
-
id: string;
|
|
33
|
-
layerType: mapTypes.LayerType;
|
|
34
|
-
};
|
|
35
|
-
export declare const harmonieN25WindAtMSL: {
|
|
36
|
-
service: string;
|
|
37
|
-
name: string;
|
|
38
|
-
style: string;
|
|
39
|
-
id: string;
|
|
40
|
-
layerType: mapTypes.LayerType;
|
|
41
|
-
enabled: boolean;
|
|
42
|
-
};
|
|
43
|
-
export declare const harmonieN25WindAtMSLBarbs: {
|
|
44
|
-
service: string;
|
|
45
|
-
name: string;
|
|
46
|
-
id: string;
|
|
47
|
-
layerType: mapTypes.LayerType;
|
|
48
|
-
enabled: boolean;
|
|
49
|
-
};
|
|
50
|
-
export declare const harmonieN25AirPressureAtMSL: {
|
|
51
|
-
service: string;
|
|
52
|
-
name: string;
|
|
53
|
-
id: string;
|
|
54
|
-
layerType: mapTypes.LayerType;
|
|
55
|
-
enabled: boolean;
|
|
56
|
-
};
|
|
57
|
-
export declare const harmonieN25AirTemperatureAt2M: {
|
|
58
|
-
service: string;
|
|
59
|
-
name: string;
|
|
60
|
-
id: string;
|
|
61
|
-
layerType: mapTypes.LayerType;
|
|
62
|
-
enabled: boolean;
|
|
63
|
-
};
|
|
64
|
-
export declare const harmonieN25DewPointTemperatureAt2M: {
|
|
65
|
-
service: string;
|
|
66
|
-
name: string;
|
|
67
|
-
id: string;
|
|
68
|
-
layerType: mapTypes.LayerType;
|
|
69
|
-
enabled: boolean;
|
|
70
|
-
};
|
|
71
|
-
export declare const harmoniePrecipitation: {
|
|
72
|
-
service: string;
|
|
73
|
-
name: string;
|
|
74
|
-
id: string;
|
|
75
|
-
layerType: mapTypes.LayerType;
|
|
76
|
-
enabled: boolean;
|
|
77
|
-
};
|
|
78
|
-
export declare const harmonieRelativeHumidityPl: {
|
|
79
|
-
service: string;
|
|
80
|
-
name: string;
|
|
81
|
-
id: string;
|
|
82
|
-
layerType: mapTypes.LayerType;
|
|
83
|
-
enabled: boolean;
|
|
84
|
-
};
|
|
85
|
-
export declare const harmonieWindPl: {
|
|
86
|
-
service: string;
|
|
87
|
-
name: string;
|
|
88
|
-
id: string;
|
|
89
|
-
layerType: mapTypes.LayerType;
|
|
90
|
-
enabled: boolean;
|
|
91
|
-
};
|
|
92
|
-
export declare const harmonieModelLevelAirTemperature: {
|
|
93
|
-
service: string;
|
|
94
|
-
name: string;
|
|
95
|
-
id: string;
|
|
96
|
-
layerType: mapTypes.LayerType;
|
|
97
|
-
enabled: boolean;
|
|
98
|
-
};
|
|
99
|
-
export declare const harmonieCloudBase: {
|
|
100
|
-
service: string;
|
|
101
|
-
name: string;
|
|
102
|
-
id: string;
|
|
103
|
-
layerType: mapTypes.LayerType;
|
|
104
|
-
enabled: boolean;
|
|
105
|
-
};
|
|
106
|
-
export declare const harmonieHighTypeCloudAreaFraction: {
|
|
107
|
-
service: string;
|
|
108
|
-
name: string;
|
|
109
|
-
id: string;
|
|
110
|
-
layerType: mapTypes.LayerType;
|
|
111
|
-
enabled: boolean;
|
|
112
|
-
};
|
|
113
|
-
export declare const harmonieMediumTypeCloudAreaFraction: {
|
|
114
|
-
service: string;
|
|
115
|
-
name: string;
|
|
116
|
-
id: string;
|
|
117
|
-
layerType: mapTypes.LayerType;
|
|
118
|
-
enabled: boolean;
|
|
119
|
-
};
|
|
120
|
-
export declare const harmonieLowTypeCloudAreaFraction: {
|
|
121
|
-
service: string;
|
|
122
|
-
name: string;
|
|
123
|
-
id: string;
|
|
124
|
-
layerType: mapTypes.LayerType;
|
|
125
|
-
enabled: boolean;
|
|
126
|
-
};
|
|
127
|
-
export declare const harmonieEpsCloudBase: {
|
|
128
|
-
service: string;
|
|
129
|
-
name: string;
|
|
130
|
-
id: string;
|
|
131
|
-
layerType: mapTypes.LayerType;
|
|
132
|
-
enabled: boolean;
|
|
133
|
-
};
|
|
134
|
-
export declare const lightning: {
|
|
135
|
-
service: string;
|
|
136
|
-
name: string;
|
|
137
|
-
style: string;
|
|
138
|
-
id: string;
|
|
139
|
-
layerType: mapTypes.LayerType;
|
|
140
|
-
enabled: boolean;
|
|
141
|
-
};
|
|
142
|
-
export declare const obsAirPressureAtSeaLevel: {
|
|
143
|
-
service: string;
|
|
144
|
-
name: string;
|
|
145
|
-
id: string;
|
|
146
|
-
layerType: mapTypes.LayerType;
|
|
147
|
-
enabled: boolean;
|
|
148
|
-
};
|
|
149
|
-
export declare const obsAirTemperature: {
|
|
150
|
-
service: string;
|
|
151
|
-
name: string;
|
|
152
|
-
id: string;
|
|
153
|
-
style: string;
|
|
154
|
-
layerType: mapTypes.LayerType;
|
|
155
|
-
enabled: boolean;
|
|
156
|
-
};
|
|
157
|
-
export declare const obsDewPointTemperature: {
|
|
158
|
-
service: string;
|
|
159
|
-
name: string;
|
|
160
|
-
id: string;
|
|
161
|
-
layerType: mapTypes.LayerType;
|
|
162
|
-
enabled: boolean;
|
|
163
|
-
};
|
|
164
|
-
export declare const obsWind: {
|
|
165
|
-
service: string;
|
|
166
|
-
name: string;
|
|
167
|
-
id: string;
|
|
168
|
-
layerType: mapTypes.LayerType;
|
|
169
|
-
enabled: boolean;
|
|
170
|
-
};
|
|
171
|
-
export declare const obsGust: {
|
|
172
|
-
service: string;
|
|
173
|
-
name: string;
|
|
174
|
-
id: string;
|
|
175
|
-
layerType: mapTypes.LayerType;
|
|
176
|
-
enabled: boolean;
|
|
177
|
-
};
|
|
178
|
-
export declare const obsWeatherCode: {
|
|
179
|
-
service: string;
|
|
180
|
-
name: string;
|
|
181
|
-
id: string;
|
|
182
|
-
layerType: mapTypes.LayerType;
|
|
183
|
-
enabled: boolean;
|
|
184
|
-
};
|
|
185
|
-
export declare const obsRelativeHumidity: {
|
|
186
|
-
service: string;
|
|
187
|
-
name: string;
|
|
188
|
-
id: string;
|
|
189
|
-
layerType: mapTypes.LayerType;
|
|
190
|
-
enabled: boolean;
|
|
191
|
-
};
|
|
192
|
-
export declare const obsPrecipitationIntensityPWS: {
|
|
193
|
-
service: string;
|
|
194
|
-
name: string;
|
|
195
|
-
id: string;
|
|
196
|
-
layerType: mapTypes.LayerType;
|
|
197
|
-
enabled: boolean;
|
|
198
|
-
};
|
|
199
|
-
export declare const obsPrecipitationIntensityRainGauge: {
|
|
200
|
-
service: string;
|
|
201
|
-
name: string;
|
|
202
|
-
id: string;
|
|
203
|
-
layerType: mapTypes.LayerType;
|
|
204
|
-
enabled: boolean;
|
|
205
|
-
};
|
|
206
|
-
export declare const obsGlobalSolarRadiation: {
|
|
207
|
-
service: string;
|
|
208
|
-
name: string;
|
|
209
|
-
id: string;
|
|
210
|
-
layerType: mapTypes.LayerType;
|
|
211
|
-
enabled: boolean;
|
|
212
|
-
};
|
|
213
|
-
export declare const obsCloudBase: {
|
|
214
|
-
service: string;
|
|
215
|
-
name: string;
|
|
216
|
-
id: string;
|
|
217
|
-
layerType: mapTypes.LayerType;
|
|
218
|
-
enabled: boolean;
|
|
219
|
-
};
|
|
220
|
-
export declare const obsCloudlyr1: {
|
|
221
|
-
service: string;
|
|
222
|
-
name: string;
|
|
223
|
-
id: string;
|
|
224
|
-
layerType: mapTypes.LayerType;
|
|
225
|
-
enabled: boolean;
|
|
226
|
-
};
|
|
227
|
-
export declare const obsMOR: {
|
|
228
|
-
service: string;
|
|
229
|
-
name: string;
|
|
230
|
-
id: string;
|
|
231
|
-
layerType: mapTypes.LayerType;
|
|
232
|
-
enabled: boolean;
|
|
233
|
-
};
|
|
234
|
-
export declare const satProductsHighResClouds: {
|
|
235
|
-
service: string;
|
|
236
|
-
name: string;
|
|
237
|
-
id: string;
|
|
238
|
-
layerType: mapTypes.LayerType;
|
|
239
|
-
enabled: boolean;
|
|
240
|
-
};
|
|
241
|
-
export declare const satProductRGBVulkaanas: {
|
|
242
|
-
service: string;
|
|
243
|
-
name: string;
|
|
244
|
-
id: string;
|
|
245
|
-
layerType: mapTypes.LayerType;
|
|
246
|
-
enabled: boolean;
|
|
247
|
-
};
|
|
248
|
-
export declare const satProductsHRVComb: {
|
|
249
|
-
service: string;
|
|
250
|
-
name: string;
|
|
251
|
-
id: string;
|
|
252
|
-
layerType: mapTypes.LayerType;
|
|
253
|
-
enabled: boolean;
|
|
254
|
-
};
|
|
255
|
-
export declare const severeWeather: {
|
|
256
|
-
service: string;
|
|
257
|
-
name: string;
|
|
258
|
-
id: string;
|
|
259
|
-
layerType: mapTypes.LayerType;
|
|
260
|
-
enabled: boolean;
|
|
261
|
-
};
|
|
262
|
-
export declare const zmax: {
|
|
263
|
-
service: string;
|
|
264
|
-
name: string;
|
|
265
|
-
id: string;
|
|
266
|
-
layerType: mapTypes.LayerType;
|
|
267
|
-
enabled: boolean;
|
|
268
|
-
style: string;
|
|
269
|
-
};
|
|
270
|
-
export declare const zmaxTrack: {
|
|
271
|
-
service: string;
|
|
272
|
-
name: string;
|
|
273
|
-
id: string;
|
|
274
|
-
layerType: mapTypes.LayerType;
|
|
275
|
-
enabled: boolean;
|
|
276
|
-
};
|
|
277
|
-
export declare const mesh: {
|
|
278
|
-
service: string;
|
|
279
|
-
name: string;
|
|
280
|
-
id: string;
|
|
281
|
-
layerType: mapTypes.LayerType;
|
|
282
|
-
enabled: boolean;
|
|
283
|
-
};
|
|
284
|
-
export declare const warningBoundaries: {
|
|
285
|
-
service: string;
|
|
286
|
-
name: string;
|
|
287
|
-
id: string;
|
|
288
|
-
layerType: mapTypes.LayerType;
|
|
289
|
-
enabled: boolean;
|
|
290
|
-
};
|
|
291
|
-
export declare const warningInnerPartsGrey: {
|
|
292
|
-
service: string;
|
|
293
|
-
name: string;
|
|
294
|
-
id: string;
|
|
295
|
-
layerType: mapTypes.LayerType;
|
|
296
|
-
enabled: boolean;
|
|
297
|
-
style: string;
|
|
298
|
-
opacity: number;
|
|
299
|
-
};
|
|
300
|
-
export declare const warningInnerPartsColoured: {
|
|
301
|
-
service: string;
|
|
302
|
-
name: string;
|
|
303
|
-
id: string;
|
|
304
|
-
layerType: mapTypes.LayerType;
|
|
305
|
-
enabled: boolean;
|
|
306
|
-
style: string;
|
|
307
|
-
opacity: number;
|
|
308
|
-
};
|
|
309
|
-
export declare const northSeaPlatforms: {
|
|
310
|
-
service: string;
|
|
311
|
-
name: string;
|
|
312
|
-
format: string;
|
|
313
|
-
layerType: mapTypes.LayerType;
|
|
314
|
-
enabled: boolean;
|
|
315
|
-
id: string;
|
|
316
|
-
};
|
|
317
|
-
export declare const majorAirportsEHAA: {
|
|
318
|
-
service: string;
|
|
319
|
-
name: string;
|
|
320
|
-
format: string;
|
|
321
|
-
layerType: mapTypes.LayerType;
|
|
322
|
-
enabled: boolean;
|
|
323
|
-
id: string;
|
|
324
|
-
};
|
|
325
|
-
export declare const rijkswegen: {
|
|
326
|
-
service: string;
|
|
327
|
-
name: string;
|
|
328
|
-
id: string;
|
|
329
|
-
layerType: mapTypes.LayerType;
|
|
330
|
-
style: string;
|
|
331
|
-
};
|
|
332
|
-
export declare const provinces: {
|
|
333
|
-
service: string;
|
|
334
|
-
name: string;
|
|
335
|
-
id: string;
|
|
336
|
-
layerType: mapTypes.LayerType;
|
|
337
|
-
style: string;
|
|
338
|
-
enabled: boolean;
|
|
339
|
-
};
|
|
340
|
-
export declare const ECMWFMeanSeaLevelPressure: {
|
|
341
|
-
service: string;
|
|
342
|
-
name: string;
|
|
343
|
-
id: string;
|
|
344
|
-
layerType: mapTypes.LayerType;
|
|
345
|
-
style: string;
|
|
346
|
-
enabled: boolean;
|
|
347
|
-
};
|
|
348
|
-
export declare const ECMWFTropicalCycloneStrikeProbability: {
|
|
349
|
-
service: string;
|
|
350
|
-
name: string;
|
|
351
|
-
id: string;
|
|
352
|
-
layerType: mapTypes.LayerType;
|
|
353
|
-
style: string;
|
|
354
|
-
enabled: boolean;
|
|
355
|
-
};
|
|
356
|
-
export declare const ECMWFConvectivePrecipitation: {
|
|
357
|
-
service: string;
|
|
358
|
-
name: string;
|
|
359
|
-
id: string;
|
|
360
|
-
layerType: mapTypes.LayerType;
|
|
361
|
-
style: string;
|
|
362
|
-
enabled: boolean;
|
|
363
|
-
};
|
|
364
|
-
export declare const ECMWFStratiformPrecipitation: {
|
|
365
|
-
service: string;
|
|
366
|
-
name: string;
|
|
367
|
-
id: string;
|
|
368
|
-
layerType: mapTypes.LayerType;
|
|
369
|
-
style: string;
|
|
370
|
-
enabled: boolean;
|
|
371
|
-
};
|
|
372
|
-
export declare const harmonieGustsLayer: {
|
|
373
|
-
service: string;
|
|
374
|
-
name: string;
|
|
375
|
-
enabled: boolean;
|
|
376
|
-
id: string;
|
|
377
|
-
layerType: mapTypes.LayerType;
|
|
378
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
export declare const KNMIGeoWebBaselayers: {
|
|
2
|
-
name: string;
|
|
3
|
-
url: string;
|
|
4
|
-
id: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const KNMIGeoWebRadarService: {
|
|
7
|
-
name: string;
|
|
8
|
-
url: string;
|
|
9
|
-
id: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const KNMIGeoWebHarmonie: {
|
|
12
|
-
name: string;
|
|
13
|
-
url: string;
|
|
14
|
-
id: string;
|
|
15
|
-
};
|
|
16
|
-
export declare const KNMIGeoWebHarmonieML: {
|
|
17
|
-
name: string;
|
|
18
|
-
url: string;
|
|
19
|
-
id: string;
|
|
20
|
-
};
|
|
21
|
-
export declare const KNMIGeoWebHarmonieEPS: {
|
|
22
|
-
name: string;
|
|
23
|
-
url: string;
|
|
24
|
-
id: string;
|
|
25
|
-
};
|
|
26
|
-
export declare const KNMIGeoWebLightning: {
|
|
27
|
-
name: string;
|
|
28
|
-
url: string;
|
|
29
|
-
id: string;
|
|
30
|
-
};
|
|
31
|
-
export declare const KNMIGeoWebObservations: {
|
|
32
|
-
name: string;
|
|
33
|
-
url: string;
|
|
34
|
-
id: string;
|
|
35
|
-
};
|
|
36
|
-
export declare const KNMIGeoWebSatellite: {
|
|
37
|
-
name: string;
|
|
38
|
-
url: string;
|
|
39
|
-
id: string;
|
|
40
|
-
};
|
|
41
|
-
export declare const KNMIGeoWebSigmetAirmetOverlays: {
|
|
42
|
-
name: string;
|
|
43
|
-
url: string;
|
|
44
|
-
id: string;
|
|
45
|
-
};
|
|
46
|
-
export declare const KNMIGeoWebSevereWeather: {
|
|
47
|
-
name: string;
|
|
48
|
-
url: string;
|
|
49
|
-
id: string;
|
|
50
|
-
};
|
|
51
|
-
export declare const KNMIGeoWebCellTrackingService: {
|
|
52
|
-
name: string;
|
|
53
|
-
url: string;
|
|
54
|
-
id: string;
|
|
55
|
-
};
|
|
56
|
-
export declare const KNMIGeoWebOverlays: {
|
|
57
|
-
name: string;
|
|
58
|
-
url: string;
|
|
59
|
-
id: string;
|
|
60
|
-
};
|
|
61
|
-
export declare const ECMWF: {
|
|
62
|
-
name: string;
|
|
63
|
-
url: string;
|
|
64
|
-
id: string;
|
|
65
|
-
};
|