@opengeoweb/webmap 9.25.2 → 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 +18 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -5136,6 +5136,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
5136
5136
|
*
|
|
5137
5137
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5138
5138
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
5139
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5139
5140
|
* */
|
|
5140
5141
|
const WMEmptyLayerName = 'empty_layer';
|
|
5141
5142
|
const WMEmptyLayerTitle = 'empty layer';
|
|
@@ -5613,6 +5614,7 @@ const buildLayerTreeFromNestedWMSLayer = (wmsLayer, nestedPath = [], nestedLayer
|
|
|
5613
5614
|
*
|
|
5614
5615
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5615
5616
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
5617
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5616
5618
|
* */
|
|
5617
5619
|
/**
|
|
5618
5620
|
* Global service store for re-use of services
|
|
@@ -6620,6 +6622,7 @@ $$b({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_RE
|
|
|
6620
6622
|
*
|
|
6621
6623
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6622
6624
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
6625
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6623
6626
|
* */
|
|
6624
6627
|
var I18n = {
|
|
6625
6628
|
delete: {
|
|
@@ -7219,6 +7222,7 @@ $$9({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
|
|
|
7219
7222
|
*
|
|
7220
7223
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
7221
7224
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
7225
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
7222
7226
|
* */
|
|
7223
7227
|
const WMXMLStringToXMLDocument = xmlString => {
|
|
7224
7228
|
const xmlData = new DOMParser().parseFromString(xmlString, 'text/xml');
|
|
@@ -10442,6 +10446,7 @@ setToStringTag(getBuiltIn(DOM_EXCEPTION), DOM_EXCEPTION);
|
|
|
10442
10446
|
*
|
|
10443
10447
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
10444
10448
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
10449
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
10445
10450
|
* */
|
|
10446
10451
|
const fakeMaxAgeResponsesByLayer = {
|
|
10447
10452
|
'observation:wis2_air_temperature': 600,
|
|
@@ -11145,6 +11150,7 @@ $({ target: 'Number', proto: true, forced: FORCED }, {
|
|
|
11145
11150
|
*
|
|
11146
11151
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
11147
11152
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
11153
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
11148
11154
|
* */
|
|
11149
11155
|
class WMBBOX {
|
|
11150
11156
|
constructor(left, bottom, right, top) {
|
|
@@ -12169,6 +12175,7 @@ function prefetchImagesForNonAnimation(wmMap, maxImagesToPrefetch = MAX_IMAGES_T
|
|
|
12169
12175
|
*
|
|
12170
12176
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
12171
12177
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
12178
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
12172
12179
|
* */
|
|
12173
12180
|
/**
|
|
12174
12181
|
* Set the length of the timer, in milli seconds, after time has elapsed function is called
|
|
@@ -12205,6 +12212,7 @@ class WMTimer {
|
|
|
12205
12212
|
*
|
|
12206
12213
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
12207
12214
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
12215
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
12208
12216
|
* */
|
|
12209
12217
|
var _WMJSAnimate_instances, _WMJSAnimate_animate;
|
|
12210
12218
|
class WMJSAnimate {
|
|
@@ -13207,6 +13215,7 @@ class WMJSDimension {
|
|
|
13207
13215
|
*
|
|
13208
13216
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
13209
13217
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
13218
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
13210
13219
|
* */
|
|
13211
13220
|
const WMDrawMarker = (context, coordx, coordy, fillColor = '#FFF') => {
|
|
13212
13221
|
const ctx = context;
|
|
@@ -13331,6 +13340,7 @@ class MapPin {
|
|
|
13331
13340
|
*
|
|
13332
13341
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
13333
13342
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
13343
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
13334
13344
|
* */
|
|
13335
13345
|
/* eslint-disable no-param-reassign */
|
|
13336
13346
|
const drawTextBG = (ctx, txt, x, y, fontSize) => {
|
|
@@ -13500,6 +13510,7 @@ const drawScaleBar = (scaleBarProps, ctx) => {
|
|
|
13500
13510
|
*
|
|
13501
13511
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
13502
13512
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
13513
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
13503
13514
|
* */
|
|
13504
13515
|
const SCALE_DELAY = 10;
|
|
13505
13516
|
const ZOOMED_CALLBACK_DELAY = 500;
|
|
@@ -15662,6 +15673,7 @@ class WMJSMap {
|
|
|
15662
15673
|
*
|
|
15663
15674
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
15664
15675
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
15676
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
15665
15677
|
* */
|
|
15666
15678
|
/**
|
|
15667
15679
|
* WMProjection Class
|
|
@@ -16416,6 +16428,7 @@ class WMLayer {
|
|
|
16416
16428
|
*
|
|
16417
16429
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
16418
16430
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
16431
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
16419
16432
|
* */
|
|
16420
16433
|
const defaultAnimationDelayAtStart = 250;
|
|
16421
16434
|
const defaultDelay = 1000; // [ms]
|
|
@@ -16449,6 +16462,7 @@ var mapConstants = /*#__PURE__*/Object.freeze({
|
|
|
16449
16462
|
*
|
|
16450
16463
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
16451
16464
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
16465
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
16452
16466
|
* */
|
|
16453
16467
|
let generatedLayerIds = 0;
|
|
16454
16468
|
const generateLayerId = () => {
|
|
@@ -16642,6 +16656,7 @@ var utils = /*#__PURE__*/Object.freeze({
|
|
|
16642
16656
|
*
|
|
16643
16657
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
16644
16658
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
16659
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
16645
16660
|
* */
|
|
16646
16661
|
const defaultReduxLayerRadarColor = {
|
|
16647
16662
|
service: 'https://testservice',
|
|
@@ -17031,6 +17046,7 @@ var testSettings = /*#__PURE__*/Object.freeze({
|
|
|
17031
17046
|
*
|
|
17032
17047
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
17033
17048
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
17049
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
17034
17050
|
* */
|
|
17035
17051
|
var EPSGCode;
|
|
17036
17052
|
(function (EPSGCode) {
|
|
@@ -17410,6 +17426,7 @@ const tilesettings = {
|
|
|
17410
17426
|
*
|
|
17411
17427
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
17412
17428
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
17429
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
17413
17430
|
* */
|
|
17414
17431
|
const defaultReduxLayerRadarKNMI = {
|
|
17415
17432
|
service: 'https://testservice',
|
|
@@ -17465,6 +17482,7 @@ const multiDimensionLayer = {
|
|
|
17465
17482
|
*
|
|
17466
17483
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
17467
17484
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
17485
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
17468
17486
|
* */
|
|
17469
17487
|
const WMS111GetCapabilitiesGeoServicesRADAR = `<?xml version="1.0" encoding="UTF-8"?>
|
|
17470
17488
|
<!DOCTYPE WMT_MS_Capabilities SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd" [
|