Cesium: WMS-T (time) support in WebMapServiceImageryProvider

Created on 14 Mar 2015  路  4Comments  路  Source: CesiumGS/cesium

Does WebMapServiceImageryProvider currently support WMS-T (time) functionality, in conjunction with the Timeline widget?

If so, then where is it documented?

If not, then what is a rough outline of the steps to connect WebMapServiceImageryProvider and Timeline?

category - terrain and imagery type - enhancement

Most helpful comment

Time-dynamic imagery support added in #5575
We should be able to use that to implement WMS-T

All 4 comments

An example WMS-T endpoint is http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0q-t.cgi? (Historical CONUS NEXRAD Base Reflectivity) from Iowa Environmental Mesonet.

var nexrad = new Cesium.WebMapServiceImageryProvider({
    url: "http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0q-t.cgi?",
    layers: "nexrad-n0q-wmst",
    parameters: {
        format: 'image/png',
        transparent: 'true',
        time: '2014-04-28T21:00:00Z'
    }
});

Time-dynamic imagery support added in #5575
We should be able to use that to implement WMS-T

https://github.com/AnalyticalGraphicsInc/cesium/pull/6348 added support for this so I think we can close this @hpinkos

Yes, thanks @OmarShehata

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thw0rted picture thw0rted  路  4Comments

nikakhov picture nikakhov  路  4Comments

pjcozzi picture pjcozzi  路  4Comments

hanbollar picture hanbollar  路  4Comments

GatorScott picture GatorScott  路  3Comments