@eeacms/volto-arcgis-block 0.1.459 → 0.1.460

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/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [0.1.460](https://github.com/eea/volto-arcgis-block/compare/0.1.459...0.1.460) - 2 July 2026
8
+
7
9
  ### [0.1.459](https://github.com/eea/volto-arcgis-block/compare/0.1.458...0.1.459) - 1 July 2026
8
10
 
9
11
  ### [0.1.458](https://github.com/eea/volto-arcgis-block/compare/0.1.457...0.1.458) - 29 June 2026
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-arcgis-block",
3
- "version": "0.1.459",
3
+ "version": "0.1.460",
4
4
  "description": "volto-arcgis-block: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: CodeSyntax",
@@ -2078,10 +2078,10 @@ class MenuWidget extends React.Component {
2078
2078
  queryable: true,
2079
2079
  visible: true,
2080
2080
  legendEnabled: true,
2081
- legendUrl: cdseLegendUrl
2082
- ? cdseLegendUrl
2083
- : layer.StaticImageLegend
2081
+ legendUrl: layer.StaticImageLegend
2084
2082
  ? layer.StaticImageLegend
2083
+ : cdseLegendUrl
2084
+ ? cdseLegendUrl
2085
2085
  : viewService + legendRequest + layer.LayerId,
2086
2086
  featureInfoUrl: featureInfoUrl,
2087
2087
  },
@@ -2118,7 +2118,7 @@ class MenuWidget extends React.Component {
2118
2118
  DatasetTitle: DatasetTitle,
2119
2119
  ProductId: ProductId,
2120
2120
  ViewService: viewService,
2121
- StaticImageLegend: cdseLegendUrl || layer.StaticImageLegend,
2121
+ StaticImageLegend: layer.StaticImageLegend || cdseLegendUrl,
2122
2122
  LayerTitle: layer.Title,
2123
2123
  DatasetDownloadInformation: dataset_download_information || {},
2124
2124
  customLayerParameters: {