ol 10.4.1-dev.1740574913397 → 10.4.1-dev.1740777433945

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/layer/Flow.js CHANGED
@@ -363,7 +363,7 @@ function parseStyle(style) {
363
363
  vx * ${U.ROTATION}.y + vy * ${U.ROTATION}.x
364
364
  );
365
365
 
366
- float v_prop_speed = length(velocity);
366
+ float a_prop_speed = length(velocity);
367
367
 
368
368
  vec4 color;
369
369
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "10.4.1-dev.1740574913397",
3
+ "version": "10.4.1-dev.1740777433945",
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 = '10.4.1-dev.1740574913397';
36
+ export const VERSION = '10.4.1-dev.1740777433945';