@eeacms/volto-arcgis-block 0.1.458 → 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,10 @@ 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
|
+
|
|
9
|
+
### [0.1.459](https://github.com/eea/volto-arcgis-block/compare/0.1.458...0.1.459) - 1 July 2026
|
|
10
|
+
|
|
7
11
|
### [0.1.458](https://github.com/eea/volto-arcgis-block/compare/0.1.457...0.1.458) - 29 June 2026
|
|
8
12
|
|
|
9
13
|
#### :house: Internal changes
|
package/package.json
CHANGED
|
@@ -2078,10 +2078,10 @@ class MenuWidget extends React.Component {
|
|
|
2078
2078
|
queryable: true,
|
|
2079
2079
|
visible: true,
|
|
2080
2080
|
legendEnabled: true,
|
|
2081
|
-
legendUrl:
|
|
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:
|
|
2121
|
+
StaticImageLegend: layer.StaticImageLegend || cdseLegendUrl,
|
|
2122
2122
|
LayerTitle: layer.Title,
|
|
2123
2123
|
DatasetDownloadInformation: dataset_download_information || {},
|
|
2124
2124
|
customLayerParameters: {
|
|
@@ -924,6 +924,16 @@ div.upload-container
|
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
+
@media only screen and (max-width: 400px) {
|
|
928
|
+
.map-menu.tab-container {
|
|
929
|
+
width: 170px !important;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.esri-search {
|
|
933
|
+
width: 205px !important;
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
|
|
927
937
|
/* Login */
|
|
928
938
|
.login-panel {
|
|
929
939
|
position: absolute;
|