@opengeoweb/core 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 +10 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -2092,6 +2092,7 @@ const HeaderOptions = ({
|
|
|
2092
2092
|
*
|
|
2093
2093
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
2094
2094
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
2095
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
2095
2096
|
* */
|
|
2096
2097
|
const iconButtonSize = 30;
|
|
2097
2098
|
const columnClasses = {
|
|
@@ -4392,6 +4393,7 @@ const OpacitySelectConnect = ({
|
|
|
4392
4393
|
*
|
|
4393
4394
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
4394
4395
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
4396
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
4395
4397
|
* */
|
|
4396
4398
|
const useLayerDimensions = (layerId, mapId) => {
|
|
4397
4399
|
const dispatch = useDispatch();
|
|
@@ -5973,6 +5975,7 @@ const WMSLayerTreeConnect = connectRedux$3(ConnectedTree);
|
|
|
5973
5975
|
*
|
|
5974
5976
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
5975
5977
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
5978
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
5976
5979
|
* */
|
|
5977
5980
|
const isValidService = service => Object.prototype.hasOwnProperty.call(service, 'url');
|
|
5978
5981
|
const filterServices = presetArray => {
|
|
@@ -6147,6 +6150,7 @@ var initialPreset = {
|
|
|
6147
6150
|
*
|
|
6148
6151
|
* Copyright 2021 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
6149
6152
|
* Copyright 2021 - Finnish Meteorological Institute (FMI)
|
|
6153
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
6150
6154
|
* */
|
|
6151
6155
|
const {
|
|
6152
6156
|
services,
|
|
@@ -7747,6 +7751,7 @@ const TOUCH_PAN_STEP_PERCENTAGE = 0.02;
|
|
|
7747
7751
|
*
|
|
7748
7752
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
7749
7753
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
7754
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
7750
7755
|
* */
|
|
7751
7756
|
const useKeyboardZoomAndPan = (mapIsActive, mapId) => {
|
|
7752
7757
|
React.useEffect(() => {
|
|
@@ -8198,6 +8203,7 @@ const LegendMapButtonConnect = ({
|
|
|
8198
8203
|
*
|
|
8199
8204
|
* Copyright 2022 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8200
8205
|
* Copyright 2022 - Finnish Meteorological Institute (FMI)
|
|
8206
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8201
8207
|
* */
|
|
8202
8208
|
/**
|
|
8203
8209
|
* Get the title for this WMS layer based on its layerId. If not defined, layerId is used instead.
|
|
@@ -8250,6 +8256,7 @@ const getLayersToUpdate = (layers, mapId) => {
|
|
|
8250
8256
|
*
|
|
8251
8257
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8252
8258
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
8259
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8253
8260
|
* */
|
|
8254
8261
|
const sanitizeHTML = htmlToBeSanitezed => ({
|
|
8255
8262
|
__html: DOMPurify.sanitize(htmlToBeSanitezed, {
|
|
@@ -8785,6 +8792,7 @@ const SearchControlConnect = ({
|
|
|
8785
8792
|
*
|
|
8786
8793
|
* Copyright 2024 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
8787
8794
|
* Copyright 2024 - Finnish Meteorological Institute (FMI)
|
|
8795
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
8788
8796
|
* */
|
|
8789
8797
|
const useTurnOffAutoUpdateIfItsOn = mapId => {
|
|
8790
8798
|
const isAutoUpdating = useSelector(store => mapSelectors.isAutoUpdating(store, mapId));
|
|
@@ -10596,6 +10604,7 @@ const SyncGroupViewerConnect = () => {
|
|
|
10596
10604
|
*
|
|
10597
10605
|
* Copyright 2020 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
10598
10606
|
* Copyright 2020 - Finnish Meteorological Institute (FMI)
|
|
10607
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
10599
10608
|
* */
|
|
10600
10609
|
const baseLayer = {
|
|
10601
10610
|
name: 'arcGisSat',
|
|
@@ -10773,6 +10782,7 @@ const DemoWrapperConnect = props => jsx(CoreI18nProvider, {
|
|
|
10773
10782
|
*
|
|
10774
10783
|
* Copyright 2023 - Koninklijk Nederlands Meteorologisch Instituut (KNMI)
|
|
10775
10784
|
* Copyright 2023 - Finnish Meteorological Institute (FMI)
|
|
10785
|
+
* Copyright 2024 - The Norwegian Meteorological Institute (MET Norway)
|
|
10776
10786
|
* */
|
|
10777
10787
|
const NavigateSetter = () => {
|
|
10778
10788
|
// stores navigate hook method to historyDict, so it can be used outside components
|