@opengeoweb/core 9.18.0 → 9.19.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.
- package/index.esm.js +5 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -411,10 +411,10 @@ var SHARED = '__core-js_shared__';
|
|
|
411
411
|
var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
412
412
|
|
|
413
413
|
(store$3.versions || (store$3.versions = [])).push({
|
|
414
|
-
version: '3.
|
|
414
|
+
version: '3.37.1',
|
|
415
415
|
mode: 'global',
|
|
416
416
|
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
|
|
417
|
-
license: 'https://github.com/zloirock/core-js/blob/v3.
|
|
417
|
+
license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
|
|
418
418
|
source: 'https://github.com/zloirock/core-js'
|
|
419
419
|
});
|
|
420
420
|
|
|
@@ -8468,6 +8468,9 @@ const getLayersToUpdate = (layers, mapId) => {
|
|
|
8468
8468
|
wmDim.setValue(dim.currentValue);
|
|
8469
8469
|
}
|
|
8470
8470
|
});
|
|
8471
|
+
if (layer.name) {
|
|
8472
|
+
wmjsLayer.setName(layer.name);
|
|
8473
|
+
}
|
|
8471
8474
|
return {
|
|
8472
8475
|
layerId: layer.id,
|
|
8473
8476
|
url: wmjsMap.getWMSGetFeatureInfoRequestURL(wmjsLayer, wmjsMap.getMapPin().getXY().x, wmjsMap.getMapPin().getXY().y, 'text/html'),
|