@opengeoweb/webmap-react 9.25.0 → 9.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +7 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -3021,6 +3021,7 @@ const NEW_POINT_CREATED = translateKeyOutsideComponents('webmap-react-new-point'
|
|
|
3021
3021
|
*
|
|
3022
3022
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
3023
3023
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
3024
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
3024
3025
|
* */
|
|
3025
3026
|
const defaultGeoJSONStyleProperties = {
|
|
3026
3027
|
fill: '#ff7800',
|
|
@@ -5278,6 +5279,7 @@ const EditModeButton = ({
|
|
|
5278
5279
|
*
|
|
5279
5280
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5280
5281
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
5282
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5281
5283
|
* */
|
|
5282
5284
|
const simplePolygonGeoJSON = {
|
|
5283
5285
|
type: 'FeatureCollection',
|
|
@@ -9545,6 +9547,7 @@ $$1({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
|
|
|
9545
9547
|
*
|
|
9546
9548
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
9547
9549
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
9550
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
9548
9551
|
* */
|
|
9549
9552
|
const getCurrentDimensionValue = (name, dimensions = []) => {
|
|
9550
9553
|
const currentDimension = dimensions.find(dim => dim.name === name);
|
|
@@ -10461,6 +10464,7 @@ const MapTime = ({
|
|
|
10461
10464
|
*
|
|
10462
10465
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
10463
10466
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
10467
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
10464
10468
|
* */
|
|
10465
10469
|
const MS_IN_HOUR = 3600 * 1000;
|
|
10466
10470
|
// The following is necessary to allow to assign to the CanvasRenderingContext2D ctx property
|
|
@@ -11847,6 +11851,7 @@ const LayerInfoDialog = ({
|
|
|
11847
11851
|
*
|
|
11848
11852
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
11849
11853
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
11854
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
11850
11855
|
* */
|
|
11851
11856
|
const baseLayerGrey = {
|
|
11852
11857
|
id: webmapUtils.generateLayerId(),
|
|
@@ -11890,6 +11895,7 @@ var defaultLayers = /*#__PURE__*/Object.freeze({
|
|
|
11890
11895
|
*
|
|
11891
11896
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
11892
11897
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
11898
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
11893
11899
|
* */
|
|
11894
11900
|
const DWD = {
|
|
11895
11901
|
name: 'DWD',
|
|
@@ -12025,6 +12031,7 @@ var publicServices = /*#__PURE__*/Object.freeze({
|
|
|
12025
12031
|
*
|
|
12026
12032
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
12027
12033
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
12034
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
12028
12035
|
* */
|
|
12029
12036
|
const baseLayer = {
|
|
12030
12037
|
name: 'arcGisSat',
|