Open
Description
Using the demo at https://master-branch-opensphere-ngageoint.surge.sh, our WMS with time support appears to have problems being displayed.
Use case:
- add server https://geo.weather.gc.ca/geomet
- add layer 'Weather Radar/North American radar mosaic (1km)/ RADAR - Radar reflectivity (Rain) (1 km) [dBZ]'
- sample of the actual WMS request: https://geo.weather.gc.ca/geomet?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&FORMAT=image%2Fpng&TRANSPARENT=true&EXCEPTIONS=INIMAGE&LAYERS=RADAR_1KM_RDBR&TIME=2019-07-09T00%3A00%3A00Z%2F2019-07-10T00%3A00%3A00Z&WIDTH=512&HEIGHT=512&CRS=EPSG%3A3857&STYLES=&BBOX=0%2C10018754.171394622%2C10018754.171394622%2C20037508.342789244
Here we see that the TIME
parameter passes a time extent:
TIME=2019-07-09T00:00:00Z/2019-07-10T00:00:00Z
Our WMS service accepts time instants (which are described in the GetCapabilities response (start/end/frequency).