Skip to content

Commit

Permalink
Slow down multiplier for WMTS + Time example
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Shehata committed Dec 15, 2019
1 parent 6c3fbeb commit 1d38b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
clock.stopTime = stop;
clock.currentTime = start;
clock.clockRange = Cesium.ClockRange.LOOP_STOP;
clock.multiplier = 43200;
clock.multiplier = 7200;
// Make the weather layer semi-transparent to see the underlying geography.
layer.alpha = 0.5;
});
Expand Down

0 comments on commit 1d38b66

Please sign in to comment.