Skip to content

Commit

Permalink
[BUG] rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Mar 12, 2024
1 parent fe09c6b commit 0e2eb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -20090,7 +20090,7 @@ ol.featureAnimation = class olfeatureAnimation extends ol.Object {
feature: e.feature,
start: e.start,
stop: e.stop,
style: e.rotation,
rotation: e.rotation,
style: e.style,
extra: e.extra
}
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/featureanimation/FeatureAnimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var ol_featureAnimation = class olfeatureAnimation extends ol_Object {
feature: e.feature,
start: e.start,
stop: e.stop,
style: e.rotation,
rotation: e.rotation,
style: e.style,
extra: e.extra
}
Expand Down

0 comments on commit 0e2eb34

Please sign in to comment.