Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMS-T (time) support in WebMapServiceImageryProvider #2581

Closed
mcenirm opened this issue Mar 14, 2015 · 4 comments
Closed

WMS-T (time) support in WebMapServiceImageryProvider #2581

mcenirm opened this issue Mar 14, 2015 · 4 comments

Comments

@mcenirm
Copy link

mcenirm commented Mar 14, 2015

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?

@mcenirm
Copy link
Author

mcenirm commented Mar 14, 2015

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'
    }
});

@hpinkos
Copy link
Contributor

hpinkos commented Dec 1, 2017

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

@OmarShehata
Copy link
Contributor

#6348 added support for this so I think we can close this @hpinkos

@hpinkos
Copy link
Contributor

hpinkos commented Nov 2, 2018

Yes, thanks @OmarShehata

@hpinkos hpinkos closed this as completed Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants