ol 9.2.3 → 9.2.4-dev.1716489066480

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.
@@ -72,7 +72,7 @@ export type SnapOnSignature<Return> = import("../Observable").OnSignature<import
72
72
  * as it is added before.
73
73
  *
74
74
  * The snap interaction modifies map browser event `coordinate` and `pixel`
75
- * properties to force the snap to occur to any interaction that them.
75
+ * properties to force the snap to occur to any interaction that uses them.
76
76
  *
77
77
  * Example:
78
78
  *
@@ -92,7 +92,7 @@ const tempSegment = [];
92
92
  * as it is added before.
93
93
  *
94
94
  * The snap interaction modifies map browser event `coordinate` and `pixel`
95
- * properties to force the snap to occur to any interaction that them.
95
+ * properties to force the snap to occur to any interaction that uses them.
96
96
  *
97
97
  * Example:
98
98
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "9.2.3",
3
+ "version": "9.2.4-dev.1716489066480",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
package/util.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["util.js"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,4BAFY,KAAK,CAIhB;AASD;;;;;;;;GAQG;AACH,kCAHY,MAAM,CAKjB;AAED;;;GAGG;AACH,sBAFU,MAAM,CAEe"}
1
+ {"version":3,"file":"util.d.ts","sourceRoot":"","sources":["util.js"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;AACH,4BAFY,KAAK,CAIhB;AASD;;;;;;;;GAQG;AACH,kCAHY,MAAM,CAKjB;AAED;;;GAGG;AACH,sBAFU,MAAM,CAEiC"}
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.3';
36
+ export const VERSION = '9.2.4-dev.1716489066480';