@eeacms/volto-arcgis-block 0.1.284 → 0.1.285
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,11 @@ 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.285](https://github.com/eea/volto-arcgis-block/compare/0.1.284...0.1.285) - 11 June 2024
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- CLMS-3246 (bug): Area measurement dropdown button now loads the widget information for area measurement correctly on first click [Unai Bolivar - [`cdd501c`](https://github.com/eea/volto-arcgis-block/commit/cdd501c1aa8890532177292c5df03a57b83a5f66)]
|
|
7
12
|
### [0.1.284](https://github.com/eea/volto-arcgis-block/compare/0.1.283...0.1.284) - 7 June 2024
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ class MeasurementWidget extends React.Component {
|
|
|
61
61
|
// By invoking the setState, we notify the state we want to reach
|
|
62
62
|
// and ensure that the component is rendered again
|
|
63
63
|
this.setState({ showMapMenu: true });
|
|
64
|
-
this.areaMeasurement();
|
|
64
|
+
//this.areaMeasurement();
|
|
65
65
|
document
|
|
66
66
|
.querySelector('#measurement_area .ccl-expandable__button')
|
|
67
67
|
.nextElementSibling.appendChild(
|