@opengeoweb/webmap-react 9.28.1 → 9.29.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/index.esm.js +251 -245
- package/package.json +1 -1
- package/src/index.d.ts +5 -5
- package/src/lib/components/Axis/ProfileAxis.d.ts +8 -8
- package/src/lib/components/Axis/ProfileAxis.spec.d.ts +1 -1
- package/src/lib/components/Axis/ProfileAxis.stories.d.ts +9 -9
- package/src/lib/components/Axis/profileUtils.d.ts +17 -17
- package/src/lib/components/Axis/profileUtils.spec.d.ts +1 -1
- package/src/lib/components/LayerInfo/LayerInfoButton.d.ts +9 -9
- package/src/lib/components/LayerInfo/LayerInfoButton.spec.d.ts +1 -1
- package/src/lib/components/LayerInfo/LayerInfoDialog.d.ts +14 -14
- package/src/lib/components/LayerInfo/LayerInfoDialog.spec.d.ts +1 -1
- package/src/lib/components/LayerInfo/LayerInfoDialog.stories.d.ts +25 -25
- package/src/lib/components/LayerInfo/LayerInfoLegend.d.ts +9 -9
- package/src/lib/components/LayerInfo/LayerInfoLegend.spec.d.ts +1 -1
- package/src/lib/components/LayerInfo/LayerInfoList.d.ts +11 -11
- package/src/lib/components/LayerInfo/LayerInfoText.d.ts +15 -15
- package/src/lib/components/LayerInfo/LayerInfoUtils.d.ts +9 -9
- package/src/lib/components/LayerInfo/LayerInfoUtils.spec.d.ts +1 -1
- package/src/lib/components/LayerInfo/index.d.ts +6 -6
- package/src/lib/components/Legend/Legend.d.ts +7 -7
- package/src/lib/components/Legend/Legend.spec.d.ts +1 -1
- package/src/lib/components/Legend/Legend.stories.d.ts +8 -8
- package/src/lib/components/Legend/LegendButton.d.ts +5 -5
- package/src/lib/components/Legend/LegendButton.spec.d.ts +1 -1
- package/src/lib/components/Legend/LegendDialog.d.ts +15 -15
- package/src/lib/components/Legend/LegendDialog.spec.d.ts +1 -1
- package/src/lib/components/Legend/LegendLayout.d.ts +13 -13
- package/src/lib/components/Legend/LegendLayout.spec.d.ts +1 -1
- package/src/lib/components/Legend/index.d.ts +4 -4
- package/src/lib/components/MapControls/MapControlButton.d.ts +10 -10
- package/src/lib/components/MapControls/MapControlButton.spec.d.ts +1 -1
- package/src/lib/components/MapControls/MapControls.d.ts +7 -7
- package/src/lib/components/MapControls/MapControls.spec.d.ts +1 -1
- package/src/lib/components/MapControls/ZoomControls.d.ts +8 -8
- package/src/lib/components/MapControls/ZoomControls.spec.d.ts +1 -1
- package/src/lib/components/MapControls/index.d.ts +3 -3
- package/src/lib/components/MapDimensionSelect/DimensionSelectButton.d.ts +8 -8
- package/src/lib/components/MapDimensionSelect/DimensionSelectButton.spec.d.ts +1 -1
- package/src/lib/components/MapDimensionSelect/DimensionSelectDialog.d.ts +14 -14
- package/src/lib/components/MapDimensionSelect/DimensionSelectDialog.stories.d.ts +29 -29
- package/src/lib/components/MapDimensionSelect/DimensionSelectSlider.d.ts +14 -14
- package/src/lib/components/MapDimensionSelect/DimensionSelectSlider.spec.d.ts +1 -1
- package/src/lib/components/MapDimensionSelect/MapDimensionSelect.d.ts +11 -11
- package/src/lib/components/MapDimensionSelect/MapDimensionSelect.spec.d.ts +1 -1
- package/src/lib/components/MapDimensionSelect/MapDimensionSelect.stories.d.ts +7 -7
- package/src/lib/components/MapDimensionSelect/index.d.ts +6 -6
- package/src/lib/components/MapDimensionSelect/utils.d.ts +17 -17
- package/src/lib/components/MapDimensionSelect/utils.spec.d.ts +1 -1
- package/src/lib/components/MapDraw/MapDraw.d.ts +158 -158
- package/src/lib/components/MapDraw/MapDraw.spec.d.ts +1 -1
- package/src/lib/components/MapDraw/MapDraw.stories.d.ts +37 -37
- package/src/lib/components/MapDraw/MapDrawContainer.d.ts +23 -23
- package/src/lib/components/MapDraw/MapDrawContainer.spec.d.ts +1 -1
- package/src/lib/components/MapDraw/geojsonShapes.d.ts +19 -19
- package/src/lib/components/MapDraw/index.d.ts +5 -5
- package/src/lib/components/MapDraw/mapDrawUtils.d.ts +44 -44
- package/src/lib/components/MapDraw/mapDrawUtils.spec.d.ts +1 -1
- package/src/lib/components/MapDraw/storyComponents/EditModeButton.d.ts +8 -8
- package/src/lib/components/MapDraw/storyComponents/FeatureInfo.d.ts +3 -3
- package/src/lib/components/MapDraw/storyComponents/FeatureInfoHTML.d.ts +3 -3
- package/src/lib/components/MapDraw/storyComponents/FeatureLayers.d.ts +9 -9
- package/src/lib/components/MapDraw/storyComponents/GeoJSONTextField.d.ts +11 -11
- package/src/lib/components/MapDraw/storyComponents/IntersectionSelect.d.ts +12 -12
- package/src/lib/components/MapDraw/storyComponents/MapDrawGeoJSON.d.ts +3 -3
- package/src/lib/components/MapDraw/storyComponents/SelectField.d.ts +10 -10
- package/src/lib/components/MapDraw/storyComponents/StoryLayout.d.ts +10 -10
- package/src/lib/components/MapDraw/storyComponents/StoryLayoutGrid.d.ts +5 -5
- package/src/lib/components/MapDraw/storyComponents/Synops.d.ts +3 -3
- package/src/lib/components/MapDraw/storyComponents/ToolButton.d.ts +10 -10
- package/src/lib/components/MapDraw/storyComponents/geojsonExamples.d.ts +12 -12
- package/src/lib/components/MapDraw/storyComponents/index.d.ts +8 -8
- package/src/lib/components/MapDraw/storyComponents/storyUtils.d.ts +49 -49
- package/src/lib/components/MapDrawTool/MapDrawTool.stories.d.ts +13 -13
- package/src/lib/components/MapDrawTool/MapDrawToolIntersection.stories.d.ts +11 -11
- package/src/lib/components/MapDrawTool/MapDrawToolMultipleDrawTools.stories.d.ts +6 -6
- package/src/lib/components/MapDrawTool/index.d.ts +7 -7
- package/src/lib/components/MapDrawTool/storyExamplesMapDrawTool.d.ts +10 -10
- package/src/lib/components/MapDrawTool/storyExamplesMapDrawToolIntersection.d.ts +10 -10
- package/src/lib/components/MapDrawTool/storyExamplesMapDrawToolMultipleDrawTools.d.ts +13 -13
- package/src/lib/components/MapDrawTool/types.d.ts +13 -13
- package/src/lib/components/MapDrawTool/useMapDrawTool.d.ts +53 -53
- package/src/lib/components/MapDrawTool/useMapDrawTool.spec.d.ts +1 -1
- package/src/lib/components/MapDrawTool/utils.d.ts +62 -62
- package/src/lib/components/MapDrawTool/utils.spec.d.ts +1 -1
- package/src/lib/components/MapTime/MapTime.d.ts +11 -11
- package/src/lib/components/MapTime/MapTime.spec.d.ts +1 -1
- package/src/lib/components/MapTime/index.d.ts +1 -1
- package/src/lib/components/MapView/MapView.Error.stories.d.ts +14 -14
- package/src/lib/components/MapView/MapView.MapPin.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.Passive.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.ProfileSounding.stories.d.ts +9 -9
- package/src/lib/components/MapView/MapView.RadarAnimation.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.RadarData.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.SetProjectionBBox.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.SetProjectionBBoxLocalState.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.ShiftToZoom.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.ShowLayerInfo.stories.d.ts +10 -10
- package/src/lib/components/MapView/MapView.TiledBaseLayers.stories.d.ts +22 -22
- package/src/lib/components/MapView/MapView.d.ts +8 -8
- package/src/lib/components/MapView/MapView.spec.d.ts +1 -1
- package/src/lib/components/MapView/MapViewLayer.d.ts +16 -16
- package/src/lib/components/MapView/index.d.ts +2 -2
- package/src/lib/components/MapWarning/MapWarningProperties.d.ts +23 -23
- package/src/lib/components/MapWarning/MapWarningProperties.spec.d.ts +1 -1
- package/src/lib/components/MapWarning/index.d.ts +1 -1
- package/src/lib/components/Providers/Providers.d.ts +3 -3
- package/src/lib/components/Providers/index.d.ts +1 -1
- package/src/lib/components/ReactMapView/ReactMapView.d.ts +64 -64
- package/src/lib/components/ReactMapView/ReactMapView.spec.d.ts +2 -2
- package/src/lib/components/ReactMapView/ReactMapViewLayer.d.ts +8 -8
- package/src/lib/components/ReactMapView/ReactMapViewParseLayer.d.ts +4 -4
- package/src/lib/components/ReactMapView/ReactMapViewParseLayer.spec.d.ts +1 -1
- package/src/lib/components/ReactMapView/index.d.ts +5 -5
- package/src/lib/components/ReactMapView/types.d.ts +88 -86
- package/src/lib/components/ReactMapView/utils.d.ts +26 -26
- package/src/lib/components/ReactMapView/utils.spec.d.ts +1 -1
- package/src/lib/components/index.d.ts +12 -12
- package/src/lib/index.d.ts +3 -3
- package/src/lib/layers/defaultLayers.d.ts +15 -15
- package/src/lib/layers/defaultStorybookSettings.d.ts +9 -9
- package/src/lib/layers/index.d.ts +3 -3
- package/src/lib/layers/profileLayers.d.ts +19 -19
- package/src/lib/layers/publicLayers.d.ts +310 -310
- package/src/lib/layers/publicServices.d.ts +90 -90
- package/src/lib/utils/i18n.d.ts +6 -6
|
@@ -1,90 +1,90 @@
|
|
|
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 KNMIgeoservicesRadar: {
|
|
27
|
-
name: string;
|
|
28
|
-
url: string;
|
|
29
|
-
id: string;
|
|
30
|
-
};
|
|
31
|
-
export declare const KNMIgeoservicesObs: {
|
|
32
|
-
name: string;
|
|
33
|
-
url: string;
|
|
34
|
-
id: string;
|
|
35
|
-
};
|
|
36
|
-
export declare const KNMIgeoservicesKlimaatAtlas: {
|
|
37
|
-
name: string;
|
|
38
|
-
url: string;
|
|
39
|
-
id: string;
|
|
40
|
-
};
|
|
41
|
-
export declare const KNMIgeoservicesHarmonie: {
|
|
42
|
-
name: string;
|
|
43
|
-
url: string;
|
|
44
|
-
id: string;
|
|
45
|
-
};
|
|
46
|
-
export declare const MetNorwayService: {
|
|
47
|
-
name: string;
|
|
48
|
-
url: string;
|
|
49
|
-
id: string;
|
|
50
|
-
};
|
|
51
|
-
export declare const FMIopenwms: {
|
|
52
|
-
name: string;
|
|
53
|
-
url: string;
|
|
54
|
-
id: string;
|
|
55
|
-
};
|
|
56
|
-
export declare const DWDObservations: {
|
|
57
|
-
name: string;
|
|
58
|
-
url: string;
|
|
59
|
-
id: string;
|
|
60
|
-
};
|
|
61
|
-
export declare const DWDWarnings: {
|
|
62
|
-
name: string;
|
|
63
|
-
url: string;
|
|
64
|
-
id: string;
|
|
65
|
-
};
|
|
66
|
-
export declare const DWDWXProdukt: {
|
|
67
|
-
name: string;
|
|
68
|
-
url: string;
|
|
69
|
-
id: string;
|
|
70
|
-
};
|
|
71
|
-
export declare const EUMETSAT: {
|
|
72
|
-
name: string;
|
|
73
|
-
url: string;
|
|
74
|
-
id: string;
|
|
75
|
-
};
|
|
76
|
-
export declare const eumetviewEUMETSAT: {
|
|
77
|
-
name: string;
|
|
78
|
-
url: string;
|
|
79
|
-
id: string;
|
|
80
|
-
};
|
|
81
|
-
export declare const ECMWFPublicService: {
|
|
82
|
-
name: string;
|
|
83
|
-
url: string;
|
|
84
|
-
id: string;
|
|
85
|
-
};
|
|
86
|
-
export declare const MeteoCanada: {
|
|
87
|
-
name: string;
|
|
88
|
-
url: string;
|
|
89
|
-
id: string;
|
|
90
|
-
};
|
|
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 KNMIgeoservicesRadar: {
|
|
27
|
+
name: string;
|
|
28
|
+
url: string;
|
|
29
|
+
id: string;
|
|
30
|
+
};
|
|
31
|
+
export declare const KNMIgeoservicesObs: {
|
|
32
|
+
name: string;
|
|
33
|
+
url: string;
|
|
34
|
+
id: string;
|
|
35
|
+
};
|
|
36
|
+
export declare const KNMIgeoservicesKlimaatAtlas: {
|
|
37
|
+
name: string;
|
|
38
|
+
url: string;
|
|
39
|
+
id: string;
|
|
40
|
+
};
|
|
41
|
+
export declare const KNMIgeoservicesHarmonie: {
|
|
42
|
+
name: string;
|
|
43
|
+
url: string;
|
|
44
|
+
id: string;
|
|
45
|
+
};
|
|
46
|
+
export declare const MetNorwayService: {
|
|
47
|
+
name: string;
|
|
48
|
+
url: string;
|
|
49
|
+
id: string;
|
|
50
|
+
};
|
|
51
|
+
export declare const FMIopenwms: {
|
|
52
|
+
name: string;
|
|
53
|
+
url: string;
|
|
54
|
+
id: string;
|
|
55
|
+
};
|
|
56
|
+
export declare const DWDObservations: {
|
|
57
|
+
name: string;
|
|
58
|
+
url: string;
|
|
59
|
+
id: string;
|
|
60
|
+
};
|
|
61
|
+
export declare const DWDWarnings: {
|
|
62
|
+
name: string;
|
|
63
|
+
url: string;
|
|
64
|
+
id: string;
|
|
65
|
+
};
|
|
66
|
+
export declare const DWDWXProdukt: {
|
|
67
|
+
name: string;
|
|
68
|
+
url: string;
|
|
69
|
+
id: string;
|
|
70
|
+
};
|
|
71
|
+
export declare const EUMETSAT: {
|
|
72
|
+
name: string;
|
|
73
|
+
url: string;
|
|
74
|
+
id: string;
|
|
75
|
+
};
|
|
76
|
+
export declare const eumetviewEUMETSAT: {
|
|
77
|
+
name: string;
|
|
78
|
+
url: string;
|
|
79
|
+
id: string;
|
|
80
|
+
};
|
|
81
|
+
export declare const ECMWFPublicService: {
|
|
82
|
+
name: string;
|
|
83
|
+
url: string;
|
|
84
|
+
id: string;
|
|
85
|
+
};
|
|
86
|
+
export declare const MeteoCanada: {
|
|
87
|
+
name: string;
|
|
88
|
+
url: string;
|
|
89
|
+
id: string;
|
|
90
|
+
};
|
package/src/lib/utils/i18n.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import i18n from 'i18next';
|
|
2
|
-
import { UseTranslationResponse } from 'react-i18next';
|
|
3
|
-
export declare const WEBMAP_REACT_NAMESPACE = "webmapreact";
|
|
4
|
-
export declare const translateKeyOutsideComponents: (key: string, params?: Record<string, string | number> | undefined) => string;
|
|
5
|
-
export declare const useWebmapReactTranslation: () => UseTranslationResponse<typeof WEBMAP_REACT_NAMESPACE, typeof i18n>;
|
|
6
|
-
export { i18n };
|
|
1
|
+
import i18n from 'i18next';
|
|
2
|
+
import { UseTranslationResponse } from 'react-i18next';
|
|
3
|
+
export declare const WEBMAP_REACT_NAMESPACE = "webmapreact";
|
|
4
|
+
export declare const translateKeyOutsideComponents: (key: string, params?: Record<string, string | number> | undefined) => string;
|
|
5
|
+
export declare const useWebmapReactTranslation: () => UseTranslationResponse<typeof WEBMAP_REACT_NAMESPACE, typeof i18n>;
|
|
6
|
+
export { i18n };
|