Skip to content

Commit

Permalink
[BUILD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Aug 2, 2024
1 parent 9929a35 commit 8a20e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/ol-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -20582,6 +20582,7 @@ ol.control.WMSCapabilities.prototype.supportedSets = [
* @constructor
* @fires animationstart
* @fires animating
* @fires animationrepeat
* @fires animationend
* @fires drawing
* @param {ol.featureAnimationOptions} options
Expand Down Expand Up @@ -20785,6 +20786,7 @@ ol.layer.Base.prototype.animateFeature = function(feature, fanim, useFilter) {
// Repeat animation
if (nb < fanim[step].repeat_) {
event.extent = false;
fanim[step].dispatchEvent({ type:'animationrepeat', feature: feature });
} else if (step < fanim.length-1) {
// newt step
fanim[step].dispatchEvent({ type:'animationend', feature: feature });
Expand Down
2 changes: 1 addition & 1 deletion dist/ol-ext.min.js

Large diffs are not rendered by default.

0 comments on commit 8a20e1e

Please sign in to comment.