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.
- package/dist/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/interaction/Snap.d.ts +1 -1
- package/interaction/Snap.js +1 -1
- package/package.json +1 -1
- package/util.d.ts.map +1 -1
- package/util.js +1 -1
package/interaction/Snap.d.ts
CHANGED
|
@@ -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
|
*
|
package/interaction/Snap.js
CHANGED
|
@@ -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
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,
|
|
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