@opengeoweb/core 1.2.2 → 2.1.0

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.
Files changed (172) hide show
  1. package/README.md +11 -12
  2. package/core.esm.js +10901 -9141
  3. package/core.umd.js +12644 -10566
  4. package/lib/components/ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.d.ts +14 -0
  5. package/lib/components/{LayerManager/LayerContainerRow/LayerRow/Menubutton/DeleteLayer/DeleteButton.spec.d.ts → ConfigurableMapWithSlider/ConfigurableMapWithSliderConnect.spec.d.ts} +0 -0
  6. package/lib/components/ConfigurableMapWithSlider/index.d.ts +1 -0
  7. package/lib/components/LayerManager/AddLayersButton/AddLayersButton.d.ts +1 -0
  8. package/lib/components/LayerManager/LayerContainerRow/LayerManagerButton.d.ts +12 -0
  9. package/lib/components/LayerManager/LayerContainerRow/{LayerRow/Menubutton/DeleteLayer/DeleteLayerConnect.spec.d.ts → LayerManagerButton.spec.d.ts} +0 -0
  10. package/lib/components/LayerManager/LayerContainerRow/LayerRow/ActivateLayer/ActivateLayer.d.ts +9 -0
  11. package/lib/components/LayerManager/LayerContainerRow/LayerRow/{Menubutton/DuplicateLayer/DuplicateButton.spec.d.ts → ActivateLayer/ActivateLayer.spec.d.ts} +0 -0
  12. package/lib/components/LayerManager/LayerContainerRow/LayerRow/ActivateLayer/ActivateLayerConnect.d.ts +16 -0
  13. package/lib/components/LayerManager/LayerContainerRow/LayerRow/{Menubutton/DuplicateLayer/DuplicateLayerConnect.spec.d.ts → ActivateLayer/ActivateLayerConnect.spec.d.ts} +0 -0
  14. package/lib/components/LayerManager/LayerContainerRow/LayerRow/{Menubutton/DeleteLayer/DeleteButton.d.ts → DeleteLayer/DeleteLayer.d.ts} +2 -1
  15. package/lib/components/LayerManager/LayerContainerRow/LayerRow/{Menubutton/LayerManagerMenuButton.spec.d.ts → DeleteLayer/DeleteLayer.spec.d.ts} +0 -0
  16. package/lib/components/LayerManager/LayerContainerRow/LayerRow/{Menubutton/DeleteLayer → DeleteLayer}/DeleteLayerConnect.d.ts +1 -0
  17. package/lib/components/LayerManager/LayerContainerRow/{SortableRowContainer/SortableRowContainer.spec.d.ts → LayerRow/DeleteLayer/DeleteLayerConnect.spec.d.ts} +0 -0
  18. package/lib/components/LayerManager/LayerContainerRow/LayerRow/DimensionSelect/DimensionSelect.d.ts +1 -1
  19. package/lib/components/LayerManager/LayerContainerRow/LayerRow/DragHandle/DragHandle.d.ts +7 -3
  20. package/lib/components/LayerManager/LayerContainerRow/LayerRow/EnableLayer/EnableLayer.d.ts +1 -2
  21. package/lib/components/LayerManager/LayerContainerRow/LayerRow/EnableLayer/EnableLayerConnect.d.ts +0 -1
  22. package/lib/components/LayerManager/LayerContainerRow/LayerRow/LayerRow.d.ts +4 -2
  23. package/lib/components/LayerManager/LayerContainerRow/LayerRow/LayerRowConnect.d.ts +11 -0
  24. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/{LayerManagerMenuButton.d.ts → MenuButton.d.ts} +1 -7
  25. package/lib/components/{MultiDimensionSelect/MultiDimensionSelectConnect.spec.d.ts → LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuButton.spec.d.ts} +0 -0
  26. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuButtonConnect.d.ts +7 -0
  27. package/lib/components/{MultiDimensionSelect/MultiDimensionSelectDialog.spec.d.ts → LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuButtonConnect.spec.d.ts} +0 -0
  28. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/MenuItemButton.d.ts +8 -0
  29. package/lib/components/LayerManager/LayerContainerRow/LayerRow/OpacitySelect/OpacitySelect.d.ts +1 -1
  30. package/lib/components/LayerManager/LayerContainerRow/LayerRow/OpacitySelect/OpacitySelectConnect.d.ts +0 -1
  31. package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderLayers/RenderLayers.d.ts +1 -1
  32. package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderLayers/RenderLayersConnect.d.ts +0 -1
  33. package/lib/components/LayerManager/LayerContainerRow/LayerRow/RenderStyles/RenderStyles.d.ts +1 -1
  34. package/lib/components/LayerManager/LayerContainerRow/LayerRow/styles.d.ts +4 -0
  35. package/lib/components/LayerManager/LayerManager.d.ts +5 -1
  36. package/lib/components/LayerManager/LayerManager.stories.d.ts +3 -1
  37. package/lib/components/LayerManager/LayerManagerConnect.d.ts +1 -1
  38. package/lib/components/LayerManager/LayerManagerMapButtonConnect.d.ts +2 -0
  39. package/lib/components/LayerManager/LayerSelect/LayerSelect.d.ts +14 -0
  40. package/lib/components/{MultiDimensionSelect/VerticalDimensionSelect.spec.d.ts → LayerManager/LayerSelect/LayerSelect.spec.d.ts} +0 -0
  41. package/lib/components/LayerManager/LayerSelect/LayerSelect.stories.d.ts +9 -0
  42. package/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.d.ts +8 -0
  43. package/lib/components/LayerManager/LayerSelect/LayerSelectButtonConnect.spec.d.ts +1 -0
  44. package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.d.ts +14 -0
  45. package/lib/components/LayerManager/LayerSelect/LayerSelectConnect.spec.d.ts +1 -0
  46. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.d.ts +11 -0
  47. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.spec.d.ts +1 -0
  48. package/lib/components/LayerManager/LayerSelect/ServicePopup/ServicePopup.stories.d.ts +13 -0
  49. package/lib/components/LayerManager/{tooltipSelectContainerStyles.d.ts → tooltipContainerStyles.d.ts} +0 -0
  50. package/lib/components/Legend/LegendConnect.d.ts +1 -2
  51. package/lib/components/Legend/LegendDialog.d.ts +2 -0
  52. package/lib/components/Mapcontrols/MapControlButton.d.ts +11 -0
  53. package/lib/components/Mapcontrols/MapControlButton.spec.d.ts +1 -0
  54. package/lib/components/Mapcontrols/MapControls.d.ts +7 -0
  55. package/lib/components/Mapcontrols/MapControls.spec.d.ts +1 -0
  56. package/lib/components/Mapcontrols/ZoomControls.d.ts +0 -8
  57. package/lib/components/Mapcontrols/ZoomControlsConnect.d.ts +6 -0
  58. package/lib/components/Mapcontrols/ZoomControlsConnect.spec.d.ts +1 -0
  59. package/lib/components/Mapcontrols/index.d.ts +4 -0
  60. package/lib/components/MultiMapDimensionSelect/DimensionSelectButton.d.ts +8 -0
  61. package/lib/components/MultiMapDimensionSelect/DimensionSelectButton.spec.d.ts +1 -0
  62. package/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.d.ts +7 -0
  63. package/lib/components/MultiMapDimensionSelect/DimensionSelectButtonConnect.spec.d.ts +1 -0
  64. package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.d.ts +12 -0
  65. package/lib/components/MultiMapDimensionSelect/DimensionSelectDialogConnect.spec.d.ts +1 -0
  66. package/lib/components/{MultiDimensionSelect/VerticalDimensionSelect.d.ts → MultiMapDimensionSelect/DimensionSelectSlider.d.ts} +5 -4
  67. package/lib/components/MultiMapDimensionSelect/DimensionSelectSlider.spec.d.ts +1 -0
  68. package/lib/components/MultiMapDimensionSelect/DimensionSelectSliderConnect.d.ts +11 -0
  69. package/lib/components/MultiMapDimensionSelect/DimensionSelectSliderConnect.spec.d.ts +1 -0
  70. package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/EnsembleDimensionExample.stories.d.ts +0 -0
  71. package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/MultiDimensionSelect.stories.d.ts +1 -0
  72. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectConfig.d.ts +11 -0
  73. package/lib/components/{MultiDimensionSelect → MultiMapDimensionSelect}/MultiDimensionSelectConnect.stories.d.ts +0 -1
  74. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.d.ts +6 -0
  75. package/lib/components/MultiMapDimensionSelect/MultiDimensionSelectMapButtonsConnect.spec.d.ts +1 -0
  76. package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelect.stories.d.ts +2 -0
  77. package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelectConnect.d.ts +9 -0
  78. package/lib/components/MultiMapDimensionSelect/MultiMapMultiDimensionSelectConnect.spec.d.ts +1 -0
  79. package/lib/components/MultiMapDimensionSelect/MultiMapSingleDimensionSelectConnect.d.ts +8 -0
  80. package/lib/components/MultiMapDimensionSelect/MultiMapSingleDimensionSelectConnect.spec.d.ts +1 -0
  81. package/lib/components/MultiMapDimensionSelect/index.d.ts +2 -0
  82. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.d.ts +9 -0
  83. package/lib/components/MultiMapView/HarmoniePresets/HarmRefTimePreset.spec.d.ts +1 -0
  84. package/lib/components/MultiMapView/HarmoniePresets/HarmonieTempAndPrecipPreset.d.ts +11 -0
  85. package/lib/components/MultiMapView/HarmoniePresets/index.d.ts +2 -0
  86. package/lib/components/MultiMapView/MultiMapView.stories.d.ts +0 -2
  87. package/lib/components/MultiMapView/MultiMapViewConnect.d.ts +6 -2
  88. package/lib/components/MultiMapView/storyUtils/mapPresets.d.ts +23 -11
  89. package/lib/components/Providers/Providers.d.ts +2 -1
  90. package/lib/components/ReactMapView/ReactMapView.d.ts +9 -9
  91. package/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +3 -2
  92. package/lib/components/ReactMapView/types.d.ts +3 -4
  93. package/lib/components/SyncGroups/ConfigurableConnectedMap.d.ts +5 -0
  94. package/lib/components/SyncGroups/SyncGroupList.d.ts +11 -0
  95. package/lib/components/SyncGroups/SyncGroupListItem.d.ts +10 -0
  96. package/lib/components/SyncGroups/SyncGroupViewer.d.ts +11 -7
  97. package/lib/components/SyncGroups/SyncGroupViewer.spec.d.ts +1 -0
  98. package/lib/components/SyncGroups/SyncGroupViewerConnect.d.ts +7 -1
  99. package/lib/components/SyncGroups/selector.d.ts +10 -0
  100. package/lib/components/SyncGroups/types.d.ts +17 -0
  101. package/lib/components/TimeSlider/TimeSliderButtons/TimeSliderButtonComponents.stories.d.ts +5 -0
  102. package/lib/components/TimeSlider/TimeSliderButtons/TimeSliderButtons.stories.d.ts +0 -4
  103. package/lib/components/TimeSlider/TimeSliderButtons/TimeStepButton/TimeStepButton.d.ts +2 -2
  104. package/lib/components/TimeSlider/TimeSliderRail/TimeSliderRail.d.ts +1 -1
  105. package/lib/components/TimeSlider/TimeSliderScaleSlider/TimeSliderScaleSlider.stories.d.ts +5 -1
  106. package/lib/components/TimeSlider/TimeSliderUtils.d.ts +11 -13
  107. package/lib/components/ToggleIconButton/ToggleIconButton.d.ts +9 -0
  108. package/lib/components/ToggleIconButton/ToggleIconButton.spec.d.ts +1 -0
  109. package/lib/components/ToggleIconButton/ToggleIconButton.stories.d.ts +13 -0
  110. package/lib/components/ToggleIconButton/index.d.ts +1 -0
  111. package/lib/components/TooltipSelect/TooltipSelect.d.ts +7 -0
  112. package/lib/components/TooltipSelect/TooltipSelect.spec.d.ts +1 -0
  113. package/lib/components/WMSLoader/services.d.ts +0 -1
  114. package/lib/index.d.ts +16 -4
  115. package/lib/store/generic/sagas.d.ts +7 -0
  116. package/lib/store/generic/synchronizationActions/actions.d.ts +5 -4
  117. package/lib/store/generic/synchronizationActions/constants.d.ts +1 -0
  118. package/lib/store/generic/synchronizationActions/types.d.ts +25 -11
  119. package/lib/store/generic/synchronizationGroups/actions.d.ts +4 -0
  120. package/lib/store/generic/synchronizationGroups/constants.d.ts +2 -0
  121. package/lib/store/generic/synchronizationGroups/index.d.ts +2 -1
  122. package/lib/store/generic/synchronizationGroups/selectors.d.ts +2 -1
  123. package/lib/store/generic/synchronizationGroups/selectors.spec.d.ts +1 -0
  124. package/lib/store/generic/synchronizationGroups/types.d.ts +7 -3
  125. package/lib/store/generic/synchronizationGroups/utils.d.ts +81 -0
  126. package/lib/store/generic/synchronizationGroups/utils.spec.d.ts +1 -0
  127. package/lib/store/generic/types.d.ts +7 -4
  128. package/lib/store/mapStore/layers/actions.d.ts +0 -3
  129. package/lib/store/mapStore/layers/selectors.d.ts +21 -1
  130. package/lib/store/mapStore/layers/types.d.ts +7 -0
  131. package/lib/store/mapStore/layers/utils.d.ts +4 -2
  132. package/lib/store/mapStore/layers/utils.spec.d.ts +1 -0
  133. package/lib/store/mapStore/map/selectors.d.ts +86 -4
  134. package/lib/store/mapStore/map/types.d.ts +2 -0
  135. package/lib/store/mapStore/service/actions.d.ts +1 -10
  136. package/lib/store/mapStore/service/constants.d.ts +0 -1
  137. package/lib/store/mapStore/service/reducer.d.ts +4 -2
  138. package/lib/store/mapStore/service/selectors.d.ts +9 -39
  139. package/lib/store/mapStore/service/types.d.ts +4 -15
  140. package/lib/store/mapStore/types.d.ts +1 -1
  141. package/lib/store/mapStore/utils/helpers.d.ts +2 -0
  142. package/lib/store/ui/actions.d.ts +12 -5
  143. package/lib/store/ui/constants.d.ts +1 -0
  144. package/lib/store/ui/reducer.d.ts +12 -4
  145. package/lib/store/ui/sagas.d.ts +5 -0
  146. package/lib/store/ui/sagas.test.d.ts +1 -0
  147. package/lib/store/ui/selectors.d.ts +21 -4
  148. package/lib/store/ui/types.d.ts +17 -4
  149. package/lib/storybookUtils/defaultStorySettings.d.ts +1 -0
  150. package/lib/utils/defaultConfigurations.d.ts +21 -0
  151. package/lib/utils/defaultTestSettings.d.ts +0 -44
  152. package/lib/utils/dimensionUtils.d.ts +13 -0
  153. package/lib/utils/dimensionUtils.spec.d.ts +1 -0
  154. package/lib/utils/getCapabilities.d.ts +2 -0
  155. package/lib/utils/{exampleLayers.d.ts → publicLayers.d.ts} +148 -70
  156. package/lib/utils/publicServices.d.ts +100 -0
  157. package/lib/utils/testLayers.d.ts +17 -0
  158. package/lib/utils/testUtils.d.ts +1 -0
  159. package/package.json +10 -10
  160. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/DuplicateLayer/DuplicateButton.d.ts +0 -7
  161. package/lib/components/LayerManager/LayerContainerRow/LayerRow/Menubutton/DuplicateLayer/DuplicateLayerConnect.d.ts +0 -7
  162. package/lib/components/LayerManager/LayerContainerRow/SortableRowContainer/SortableRowContainer.d.ts +0 -6
  163. package/lib/components/MultiDimensionSelect/MultiDimensionSelectConfig.d.ts +0 -3
  164. package/lib/components/MultiDimensionSelect/MultiDimensionSelectConnect.d.ts +0 -10
  165. package/lib/components/MultiDimensionSelect/MultiDimensionSelectDialog.d.ts +0 -12
  166. package/lib/components/MultiDimensionSelect/index.d.ts +0 -2
  167. package/lib/components/MultiDimensionSelect/types.d.ts +0 -18
  168. package/lib/components/MultiMapView/MultiMapViewHarmonie.stories.d.ts +0 -2
  169. package/lib/components/MultiMapView/storyUtils/HarmonieTempAndPrecipPreset.d.ts +0 -6
  170. package/lib/components/SyncGroups/SyncGroupComponent.d.ts +0 -13
  171. package/lib/components/SyncGroups/SyncGroupDialog.d.ts +0 -7
  172. package/lib/utils/DimensionUtils.d.ts +0 -3
@@ -1,9 +1,9 @@
1
- import { LayerType } from '../store/mapStore/types';
1
+ import * as mapTypes from '../store/mapStore/types';
2
2
  export declare const baseLayer: {
3
3
  name: string;
4
4
  title: string;
5
5
  type: string;
6
- layerType: LayerType;
6
+ layerType: mapTypes.LayerType;
7
7
  enabled: boolean;
8
8
  id: string;
9
9
  };
@@ -11,165 +11,194 @@ export declare const baseLayerGrey: {
11
11
  id: string;
12
12
  name: string;
13
13
  type: string;
14
- layerType: LayerType;
14
+ layerType: mapTypes.LayerType;
15
15
  };
16
16
  export declare const baseLayerOpenStreetMapNL: {
17
17
  id: string;
18
18
  name: string;
19
19
  type: string;
20
- layerType: LayerType;
20
+ layerType: mapTypes.LayerType;
21
21
  enabled: boolean;
22
22
  };
23
23
  export declare const baseLayerArcGisCanvas: {
24
+ service: string;
24
25
  id: string;
25
26
  name: string;
26
27
  type: string;
27
- layerType: LayerType;
28
28
  enabled: boolean;
29
+ layerType: mapTypes.LayerType;
29
30
  };
30
31
  export declare const baseLayerWorldMap: {
31
32
  id: string;
32
33
  name: string;
33
34
  type: string;
34
- layerType: LayerType;
35
+ layerType: mapTypes.LayerType;
35
36
  enabled: boolean;
36
37
  };
38
+ export declare const baseLayerHeiGit: {
39
+ service: string;
40
+ id: string;
41
+ name: string;
42
+ layerType: mapTypes.LayerType;
43
+ };
37
44
  export declare const overLayer: {
38
45
  service: string;
39
46
  name: string;
40
47
  format: string;
41
- layerType: LayerType;
42
48
  enabled: boolean;
43
49
  id: string;
50
+ layerType: mapTypes.LayerType;
44
51
  };
45
- export declare const radarLayer: {
52
+ export declare const msgCppLayer: {
46
53
  service: string;
47
54
  name: string;
48
55
  format: string;
49
56
  enabled: boolean;
50
57
  style: string;
51
58
  id: string;
52
- layerType: LayerType;
59
+ layerType: mapTypes.LayerType;
53
60
  };
54
- export declare const radarLayerWithError: {
61
+ export declare const veiligheidsRegiosGebiedsIndelingenLabels: {
62
+ service: string;
63
+ name: string;
64
+ style: string;
65
+ enabled: boolean;
66
+ layerType: mapTypes.LayerType;
67
+ };
68
+ export declare const veiligheidsRegiosGebiedsIndelingen: {
69
+ service: string;
70
+ name: string;
71
+ style: string;
72
+ enabled: boolean;
73
+ layerType: mapTypes.LayerType;
74
+ };
75
+ export declare const radarLayer: {
55
76
  service: string;
56
77
  name: string;
57
78
  format: string;
58
79
  enabled: boolean;
59
80
  style: string;
60
81
  id: string;
61
- layerType: LayerType;
82
+ layerType: mapTypes.LayerType;
62
83
  };
63
- export declare const msgCppLayer: {
84
+ export declare const radarLayerWithError: {
64
85
  service: string;
65
86
  name: string;
66
87
  format: string;
67
88
  enabled: boolean;
68
89
  style: string;
69
90
  id: string;
70
- layerType: LayerType;
91
+ layerType: mapTypes.LayerType;
71
92
  };
72
- export declare const harmoniePrecipitationLayer: {
93
+ export declare const obsAirTemperature: {
73
94
  service: string;
74
95
  name: string;
75
- enabled: boolean;
76
96
  id: string;
77
- layerType: LayerType;
97
+ layerType: mapTypes.LayerType;
78
98
  };
79
- export declare const harmoniePressureLayer: {
99
+ export declare const obsWind: {
80
100
  service: string;
81
101
  name: string;
82
- enabled: boolean;
83
102
  id: string;
84
- layerType: LayerType;
103
+ layerType: mapTypes.LayerType;
85
104
  };
86
- export declare const obsTemperatureLayer: {
105
+ export declare const obsAirPressureAtSeaLevel: {
87
106
  service: string;
88
107
  name: string;
89
- enabled: boolean;
90
108
  id: string;
91
- layerType: LayerType;
109
+ layerType: mapTypes.LayerType;
92
110
  };
93
- export declare const dwdWarningLayer: {
111
+ export declare const obsRelativeHumidity: {
94
112
  service: string;
95
113
  name: string;
96
- format: string;
97
- enabled: boolean;
98
114
  id: string;
99
- layerType: LayerType;
115
+ layerType: mapTypes.LayerType;
100
116
  };
101
- export declare const dwdRadarLayer: {
117
+ export declare const obsGlobalSolarRadiation: {
102
118
  service: string;
103
119
  name: string;
104
- format: string;
105
- enabled: boolean;
106
120
  id: string;
107
- layerType: LayerType;
121
+ layerType: mapTypes.LayerType;
108
122
  };
109
- export declare const dwdObservationsWetterLayer: {
123
+ export declare const obsPrecipitationIntensityPWS: {
110
124
  service: string;
111
125
  name: string;
112
- style: string;
113
- format: string;
114
- enabled: boolean;
115
126
  id: string;
116
- layerType: LayerType;
127
+ layerType: mapTypes.LayerType;
117
128
  };
118
- export declare const FMITemp: {
129
+ export declare const harmonieRelativeHumidityPl: {
119
130
  service: string;
120
131
  name: string;
121
- format: string;
132
+ id: string;
133
+ layerType: mapTypes.LayerType;
122
134
  enabled: boolean;
135
+ };
136
+ export declare const harmonieWindPl: {
137
+ service: string;
138
+ name: string;
123
139
  id: string;
124
- layerType: LayerType;
140
+ layerType: mapTypes.LayerType;
141
+ enabled: boolean;
125
142
  };
126
- export declare const MetNoTemp: {
143
+ export declare const harmonieAirTemperature: {
127
144
  service: string;
128
145
  name: string;
129
- format: string;
146
+ id: string;
147
+ layerType: mapTypes.LayerType;
130
148
  enabled: boolean;
149
+ };
150
+ export declare const harmoniePrecipitation: {
151
+ service: string;
152
+ name: string;
131
153
  id: string;
132
- layerType: LayerType;
154
+ layerType: mapTypes.LayerType;
155
+ enabled: boolean;
133
156
  };
134
- export declare const metNorwayWind1: {
157
+ export declare const harmoniePressure: {
158
+ service: string;
159
+ name: string;
160
+ id: string;
161
+ layerType: mapTypes.LayerType;
162
+ enabled: boolean;
163
+ };
164
+ export declare const harmonieWindFlags: {
135
165
  service: string;
136
166
  name: string;
137
- format: string;
138
167
  enabled: boolean;
139
168
  id: string;
140
- layerType: LayerType;
169
+ layerType: mapTypes.LayerType;
141
170
  };
142
- export declare const metNorwayWind2: {
171
+ export declare const klimaatAtlasTG3: {
143
172
  service: string;
144
173
  name: string;
145
- format: string;
146
174
  enabled: boolean;
147
175
  id: string;
148
- layerType: LayerType;
176
+ layerType: mapTypes.LayerType;
149
177
  };
150
- export declare const metNorwayWind3: {
178
+ export declare const dwdWarningLayer: {
151
179
  service: string;
152
180
  name: string;
153
181
  format: string;
154
182
  enabled: boolean;
155
183
  id: string;
156
- layerType: LayerType;
184
+ layerType: mapTypes.LayerType;
157
185
  };
158
- export declare const metNorwayLatestT: {
186
+ export declare const dwdRadarLayer: {
159
187
  service: string;
160
188
  name: string;
161
189
  format: string;
162
190
  enabled: boolean;
163
191
  id: string;
164
- layerType: LayerType;
192
+ layerType: mapTypes.LayerType;
165
193
  };
166
- export declare const metNorwaySalinaty: {
194
+ export declare const dwdObservationsWetterLayer: {
167
195
  service: string;
168
196
  name: string;
197
+ style: string;
169
198
  format: string;
170
199
  enabled: boolean;
171
200
  id: string;
172
- layerType: LayerType;
201
+ layerType: mapTypes.LayerType;
173
202
  };
174
203
  export declare const dwdObservationsWetterLayerWithHeader: {
175
204
  service: string;
@@ -178,7 +207,7 @@ export declare const dwdObservationsWetterLayerWithHeader: {
178
207
  format: string;
179
208
  enabled: boolean;
180
209
  id: string;
181
- layerType: LayerType;
210
+ layerType: mapTypes.LayerType;
182
211
  headers: {
183
212
  name: string;
184
213
  value: string;
@@ -191,54 +220,103 @@ export declare const dwdObservationsWindLayer: {
191
220
  format: string;
192
221
  enabled: boolean;
193
222
  id: string;
194
- layerType: LayerType;
223
+ layerType: mapTypes.LayerType;
195
224
  };
196
- export declare const harmonieRelativeHumidityPl: {
225
+ export declare const FMITemp: {
197
226
  service: string;
198
227
  name: string;
199
- id: string;
200
- layerType: LayerType;
228
+ format: string;
201
229
  enabled: boolean;
230
+ id: string;
231
+ layerType: mapTypes.LayerType;
202
232
  };
203
- export declare const harmonieWindPl: {
233
+ export declare const MetNoTemp: {
204
234
  service: string;
205
235
  name: string;
236
+ format: string;
237
+ enabled: boolean;
206
238
  id: string;
207
- layerType: LayerType;
239
+ layerType: mapTypes.LayerType;
240
+ };
241
+ export declare const metNorwayWind1: {
242
+ service: string;
243
+ name: string;
244
+ format: string;
208
245
  enabled: boolean;
246
+ id: string;
247
+ layerType: mapTypes.LayerType;
209
248
  };
210
- export declare const harmonieAirTemperature: {
249
+ export declare const metNorwayWind2: {
211
250
  service: string;
212
251
  name: string;
252
+ format: string;
253
+ enabled: boolean;
213
254
  id: string;
214
- layerType: LayerType;
255
+ layerType: mapTypes.LayerType;
256
+ };
257
+ export declare const metNorwayWind3: {
258
+ service: string;
259
+ name: string;
260
+ format: string;
215
261
  enabled: boolean;
262
+ id: string;
263
+ layerType: mapTypes.LayerType;
216
264
  };
217
- export declare const harmoniePrecipitation: {
265
+ export declare const metNorwayLatestT: {
218
266
  service: string;
219
267
  name: string;
268
+ format: string;
269
+ enabled: boolean;
220
270
  id: string;
221
- layerType: LayerType;
271
+ layerType: mapTypes.LayerType;
272
+ };
273
+ export declare const metNorwaySalinaty: {
274
+ service: string;
275
+ name: string;
276
+ format: string;
222
277
  enabled: boolean;
278
+ id: string;
279
+ layerType: mapTypes.LayerType;
223
280
  };
224
- export declare const harmoniePressure: {
281
+ export declare const msgFesEUMETSAT: {
225
282
  service: string;
226
283
  name: string;
284
+ enabled: boolean;
227
285
  id: string;
228
- layerType: LayerType;
286
+ layerType: mapTypes.LayerType;
287
+ };
288
+ export declare const msgNaturalenhncdEUMETSAT: {
289
+ service: string;
290
+ name: string;
229
291
  enabled: boolean;
292
+ id: string;
293
+ layerType: mapTypes.LayerType;
230
294
  };
231
- export declare const obsTemperature: {
295
+ export declare const msgAshEUMETSAT: {
232
296
  service: string;
233
297
  name: string;
298
+ enabled: boolean;
234
299
  id: string;
235
- layerType: LayerType;
300
+ layerType: mapTypes.LayerType;
301
+ };
302
+ export declare const msgCthEUMETSAT: {
303
+ service: string;
304
+ name: string;
236
305
  enabled: boolean;
306
+ id: string;
307
+ layerType: mapTypes.LayerType;
237
308
  };
238
- export declare const ashLayer: {
309
+ export declare const msgFogEUMETSAT: {
239
310
  service: string;
240
311
  name: string;
312
+ enabled: boolean;
241
313
  id: string;
242
- layerType: LayerType;
314
+ layerType: mapTypes.LayerType;
315
+ };
316
+ export declare const msgNaturalEUMETSAT: {
317
+ service: string;
318
+ name: string;
243
319
  enabled: boolean;
320
+ id: string;
321
+ layerType: mapTypes.LayerType;
244
322
  };
@@ -0,0 +1,100 @@
1
+ export declare const DWD: {
2
+ name: string;
3
+ url: string;
4
+ id: string;
5
+ };
6
+ export declare const nationaalgeoregister: {
7
+ name: string;
8
+ url: string;
9
+ id: string;
10
+ };
11
+ export declare const KNMImsgcpp: {
12
+ name: string;
13
+ url: string;
14
+ id: string;
15
+ };
16
+ export declare const HeiGit: {
17
+ name: string;
18
+ url: string;
19
+ id: string;
20
+ };
21
+ export declare const ArcGisCanvas: {
22
+ name: string;
23
+ url: string;
24
+ id: string;
25
+ };
26
+ export declare const KNMIgeoservicesBaselayers: {
27
+ name: string;
28
+ url: string;
29
+ id: string;
30
+ };
31
+ export declare const KNMIgeoservicesRadar: {
32
+ name: string;
33
+ url: string;
34
+ id: string;
35
+ };
36
+ export declare const KNMIgeoservicesObs: {
37
+ name: string;
38
+ url: string;
39
+ id: string;
40
+ };
41
+ export declare const KNMIgeoservicesKlimaatAtlas: {
42
+ name: string;
43
+ url: string;
44
+ id: string;
45
+ };
46
+ export declare const KNMIgeoservicesHarmonie: {
47
+ name: string;
48
+ url: string;
49
+ id: string;
50
+ };
51
+ export declare const KNMIgeoservicesHarmonieMLService: {
52
+ name: string;
53
+ url: string;
54
+ id: string;
55
+ };
56
+ export declare const MetNorwayService: {
57
+ name: string;
58
+ url: string;
59
+ id: string;
60
+ };
61
+ export declare const FMIopenwms: {
62
+ name: string;
63
+ url: string;
64
+ id: string;
65
+ };
66
+ export declare const DWDObservations: {
67
+ name: string;
68
+ url: string;
69
+ id: string;
70
+ };
71
+ export declare const DWDWarnings: {
72
+ name: string;
73
+ url: string;
74
+ id: string;
75
+ };
76
+ export declare const DWDWXProdukt: {
77
+ name: string;
78
+ url: string;
79
+ id: string;
80
+ };
81
+ export declare const EUMETSAT: {
82
+ name: string;
83
+ url: string;
84
+ id: string;
85
+ };
86
+ export declare const eumetviewEUMETSAT: {
87
+ name: string;
88
+ url: string;
89
+ id: string;
90
+ };
91
+ export declare const ECMWFPublicService: {
92
+ name: string;
93
+ url: string;
94
+ id: string;
95
+ };
96
+ export declare const MeteoCanada: {
97
+ name: string;
98
+ url: string;
99
+ id: string;
100
+ };
@@ -1,4 +1,12 @@
1
1
  import { LayerType } from '../store/mapStore/types';
2
+ export declare const baseLayer: {
3
+ name: string;
4
+ title: string;
5
+ type: string;
6
+ layerType: LayerType;
7
+ enabled: boolean;
8
+ id: string;
9
+ };
2
10
  export declare const baseLayerGrey: {
3
11
  id: string;
4
12
  name: string;
@@ -50,4 +58,13 @@ export declare const overLayer2: {
50
58
  enabled: boolean;
51
59
  id: string;
52
60
  };
61
+ export declare const radarLayer: {
62
+ service: string;
63
+ name: string;
64
+ format: string;
65
+ enabled: boolean;
66
+ style: string;
67
+ id: string;
68
+ layerType: LayerType;
69
+ };
53
70
  export declare const simplePolygonGeoJSON: GeoJSON.FeatureCollection;
@@ -1,6 +1,7 @@
1
1
  import { WebMapState, LayerState, Dimension, Layer, WebMapStateModuleState } from '../store/mapStore/types';
2
2
  export declare const createWebmapState: (...mapIds: string[]) => WebMapState;
3
3
  export declare const createLayersState: (layerId: string, props?: {}) => LayerState;
4
+ export declare const createMultipleLayersState: (layers: Layer[], mapId: string) => LayerState;
4
5
  export declare const createMapDimensionsState: (dimensions?: Dimension[], ...mapIds: string[]) => WebMapState;
5
6
  export declare const mockStateMapWithLayer: (layer: Layer, mapId: string) => WebMapStateModuleState;
6
7
  export declare const mockStateMapWithMultipleLayers: (layers: Layer[], mapId: string) => WebMapStateModuleState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/core",
3
- "version": "1.2.2",
3
+ "version": "2.1.0",
4
4
  "description": "GeoWeb Core library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -17,29 +17,29 @@
17
17
  "@material-ui/icons": "^4.9.1",
18
18
  "react-intl": "^5.17.5",
19
19
  "react-redux": "7.2.2",
20
- "@opengeoweb/webmap": "1.2.2",
20
+ "@opengeoweb/webmap": "2.1.0",
21
21
  "moment": "^2.29.0",
22
22
  "throttle-debounce": "^3.0.1",
23
23
  "proj4": "^2.6.2",
24
- "react-sortable-hoc": "^1.11.0",
25
- "@opengeoweb/theme": "1.2.2",
24
+ "react-sortablejs": "^6.0.0",
25
+ "@opengeoweb/shared": "2.1.0",
26
26
  "@material-ui/lab": "^4.0.0-alpha.56",
27
- "@opengeoweb/shared": "1.2.2",
27
+ "@opengeoweb/theme": "2.1.0",
28
28
  "react-draggable": "^4.4.3",
29
29
  "re-resizable": "^6.9.0",
30
30
  "lodash": "^4.17.20",
31
- "@opengeoweb/form-fields": "1.2.2",
31
+ "@opengeoweb/form-fields": "2.1.0",
32
32
  "react-hook-form": "^6.12.1",
33
33
  "@material-ui/pickers": "^3.2.10",
34
34
  "@date-io/moment": "^1.3.13",
35
35
  "moment-timezone": "^0.5.31",
36
- "axios": "^0.21.0",
37
- "immer": "^9.0.2",
36
+ "axios": "^0.21.4",
38
37
  "redux-dynamic-modules": "^5.2.0",
38
+ "redux": "^4.0.4",
39
39
  "lodash.clonedeep": "^4.5.0",
40
- "redux-dynamic-modules-saga": "^5.2.0",
40
+ "immer": "^9.0.6",
41
41
  "reselect": "^4.0.0",
42
- "redux": "^4.0.4",
42
+ "redux-dynamic-modules-saga": "^5.2.0",
43
43
  "redux-saga": "^1.1.3"
44
44
  }
45
45
  }
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- interface DuplicateButtonProps {
3
- tooltipTitle: string;
4
- onClickDuplicate: () => void;
5
- }
6
- declare const DuplicateButton: React.FC<DuplicateButtonProps>;
7
- export default DuplicateButton;
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- interface DuplicateLayerProps {
3
- layerId: string;
4
- mapId: string;
5
- }
6
- declare const DuplicateLayerConnect: React.FC<DuplicateLayerProps>;
7
- export default DuplicateLayerConnect;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- declare const SortableRowContainer: React.ComponentClass<{
3
- layerIds: any;
4
- onRenderRow: any;
5
- } & import("react-sortable-hoc").SortableContainerProps, any>;
6
- export default SortableRowContainer;
@@ -1,3 +0,0 @@
1
- import { DimensionConfig } from './types';
2
- export declare const dimensionConfig: DimensionConfig[];
3
- export declare const dimensionIcons: Map<string, import("@material-ui/core/OverridableComponent").OverridableComponent<import("@material-ui/core").SvgIconTypeMap<{}, "svg">>>;
@@ -1,10 +0,0 @@
1
- /**
2
- * Component used to control values for all dimension other than time and ref.time
3
- *
4
- * Expects the following props:
5
- * @param {string} mapId mapId: string - Id of the map
6
- * @example
7
- * ``` <MultiDimensionSelectConnect mapId="mapid_1" /> ```
8
- */
9
- declare const MultiDimensionSelectConnect: any;
10
- export default MultiDimensionSelectConnect;
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- import { DimensionSliderData } from './types';
3
- interface MultiDimensionSelectDialogProps {
4
- sliderDataArray: DimensionSliderData[];
5
- isDialogOpen: boolean;
6
- dimension: string;
7
- handleSyncChanged: (layerId: string, dimensionName: string) => void;
8
- handleDimensionValueChanged: (layerId: string, dimensionName: string, dimensionValue: string, changeSynched: boolean) => void;
9
- index?: number;
10
- }
11
- declare const MultiDimensionSelectDialog: React.FC<MultiDimensionSelectDialogProps>;
12
- export default MultiDimensionSelectDialog;
@@ -1,2 +0,0 @@
1
- export { default as MultiDimensionSelectDialog } from './MultiDimensionSelectDialog';
2
- export { default as MultiDimensionSelectConnect } from './MultiDimensionSelectConnect';
@@ -1,18 +0,0 @@
1
- import { Mark } from '@material-ui/core';
2
- export interface DimensionSliderData {
3
- dimensionName: string;
4
- layerId: string;
5
- layerName: string;
6
- unit: string;
7
- marks: Mark[];
8
- synced: boolean;
9
- validSelection: boolean;
10
- currentValue: string;
11
- }
12
- export interface DimensionConfig {
13
- name: string;
14
- label: string;
15
- defaultUnit: string;
16
- reversed: boolean;
17
- iconType: string;
18
- }
@@ -1,2 +0,0 @@
1
- import * as React from 'react';
2
- export declare const MultiMapViewHarmonie: () => React.ReactElement;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- export interface HarmonieTempAndPrecipPresetProps {
3
- id: string;
4
- }
5
- declare const HarmonieTempAndPrecipPreset: React.FC<HarmonieTempAndPrecipPresetProps>;
6
- export default HarmonieTempAndPrecipPreset;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { SynchronizationGroup, SynchronizationSources } from '../../store/generic/synchronizationGroups/types';
3
- import * as synchronizationGroupActions from '../../store/generic/synchronizationGroups/actions';
4
- interface SyncGroupComponentProps {
5
- groupId: string;
6
- group: SynchronizationGroup;
7
- sources: SynchronizationSources;
8
- syncGroupAddTarget: typeof synchronizationGroupActions.syncGroupAddTarget;
9
- syncGroupRemoveTarget: typeof synchronizationGroupActions.syncGroupRemoveTarget;
10
- syncGroupLinkTarget: typeof synchronizationGroupActions.syncGroupLinkTarget;
11
- }
12
- export declare const SyncGroupComponent: React.FC<SyncGroupComponentProps>;
13
- export {};
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- interface SyncGroupDialogProps {
3
- syncGroupsOpen: boolean;
4
- setSyncGroupsOpen: (open: boolean) => void;
5
- }
6
- export declare const SyncGroupDialog: React.FC<SyncGroupDialogProps>;
7
- export {};
@@ -1,3 +0,0 @@
1
- import { Mark } from '@material-ui/core';
2
- import { WMJSDimension } from '@opengeoweb/webmap';
3
- export declare const marksByDimension: (dim: WMJSDimension) => Mark[];