ol 9.2.5-dev.1720289636611 → 9.2.5-dev.1720344310382

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/ol.css CHANGED
@@ -348,3 +348,7 @@
348
348
  .ol-overviewmap .ol-overviewmap-box:hover {
349
349
  cursor: move;
350
350
  }
351
+
352
+ .ol-overviewmap .ol-viewport:hover {
353
+ cursor: pointer;
354
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "9.2.5-dev.1720289636611",
3
+ "version": "9.2.5-dev.1720344310382",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
package/util.js CHANGED
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '9.2.5-dev.1720289636611';
36
+ export const VERSION = '9.2.5-dev.1720344310382';