animated wind map

Hi, All!
I'm using Cesiumjs version 1.44 and I want to display an animated map of the winds. For this I use the library https://github.com/mapbox/webglind.
I'm trying to write my addImageryProvider, but the result is not comforting, the map is static https://codepen.io/rybalko/pen/erOvWz?editors=0010
Help me please solve the problem.

Hi there,

It’s possible trigger the image provider to update. We do that with time for WMTS Imagery. Take a look at the WebMapTileServiceImageryProiver.js source for an example.

Thanks,

Gabby

在 2018年4月17日星期二 UTC+8下午7:12:20,vladimir...@gmail.com写道:

Hi, All!
I'm using Cesiumjs version 1.44 and I want to display an animated map of the winds. For this I use the library https://github.com/mapbox/webglind.
I'm trying to write my addImageryProvider, but the result is not comforting, the map is static https://codepen.io/rybalko/pen/erOvWz?editors=0010
Help me please solve the problem.

Maybe you can draw every screen Point like this sample(https://github.com/polluxll/Wind/blob/master/wind/wind.gif)