@eeacms/volto-marine-policy 2.0.33 → 2.0.34

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,11 +4,14 @@ 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
- ### [2.0.33](https://github.com/eea/volto-marine-policy/compare/2.0.32...2.0.33) - 22 October 2025
7
+ ### [2.0.34](https://github.com/eea/volto-marine-policy/compare/2.0.33...2.0.34) - 29 October 2025
8
8
 
9
- #### :hammer_and_wrench: Others
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix: fix demo sites explorer base layer [laszlocseh - [`567da96`](https://github.com/eea/volto-marine-policy/commit/567da96a3ca7dd017467de768d4068919eb813a8)]
12
+
13
+ ### [2.0.33](https://github.com/eea/volto-marine-policy/compare/2.0.32...2.0.33) - 22 October 2025
10
14
 
11
- - update demo sites map marine protected areas [laszlocseh - [`20ff428`](https://github.com/eea/volto-marine-policy/commit/20ff4280bc26593126566718993d16a0c36574cc)]
12
15
  ### [2.0.32](https://github.com/eea/volto-marine-policy/compare/2.0.31...2.0.32) - 21 October 2025
13
16
 
14
17
  #### :rocket: New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -62,7 +62,6 @@ function DemoSitesMap(props) {
62
62
  // LAYERS: 'OSMBlossomComposite', OSMCartoComposite, OSMPositronComposite
63
63
  LAYERS: 'OSMPositronComposite',
64
64
  TILED: true,
65
- DPI: 192,
66
65
  },
67
66
  serverType: 'geoserver',
68
67
  transition: 0,
@@ -151,6 +150,7 @@ function DemoSitesMap(props) {
151
150
  showFullExtent: true,
152
151
  zoom: 3.4,
153
152
  }}
153
+ pixelRatio={1}
154
154
  // pixelRatio={window.devicePixelRatio || 1}
155
155
  // controls={ol.control.defaults({ attribution: false })}
156
156
  >