You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The FEW Web Mapping Service with time support is the FEWS implementation of the WMS-T OGC standard and is available since 2018.02. It allows rquesting images for plots that have been configured in the FEWS grid display. The WMS version that is supported is version 1.3.

Supported projections are EPSG:3857 (WGS84 Web Mercator) and EPSG:4326 (WGS84)

Every gridPlot that has been configured grid display configuration represents a WMS layer. The following methods are available in the WMS-T service:

  • GetCapabilities: get the available layers and times available for each layer
  • GetMap: Get the plot image as png for a layer for a requested time, image size and extent. Only untiled images are supported, which means the complete image has to be requested for the complete extent.
  • GetLegend: Get the legend image as png for a layer.

GetCapabilties

 

GetMap

 

GetLegend

 

  • No labels