how to use UrlTemplateImageryProvider and TimeDynamicImagery, like WebMapTileServiceImageryProvider

1. A concise explanation of the problem you're experiencing.

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

The docs have an example for UrlTemplateImageryProvider:

https://cesiumjs.org/Cesium/Build/Documentation/UrlTemplateImageryProvider.html?classFilter=UrlTemplateImageryProvider

For using TimeDynamicImagery, you might find it useful to look at this PR which added support for it in WMTS tiles:

https://github.com/AnalyticalGraphicsInc/cesium/pull/6348

If that doesn’t help, can you provide more info on what you’re trying to do?

how to add support for WMS-T Time parameter to UrlTemplateImageryProvider ?

在 2018年11月2日星期五 UTC+8上午3:01:19,Omar Shehata写道:

I think you’d have to extend CesiumJS’s source to add support for that the same way this PR did:

https://github.com/AnalyticalGraphicsInc/cesium/pull/6348/files

What kind of application are you trying to build this for?