Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

 

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 requesting images for plots that have been configured in the FEWS grid display. The WMS version that is supported is version 1.3.

Only the EPSG:3857 projection (WGS84 Web Mercator) is supported. Every gridPlot that has been configured in the grid display configuration represents a WMS layer. 

WMS Request methods

...

The following available request methods are available in the WMS-T service:with their supported parameters are described here.

GetCapabilties

 

GetCapabilities: get the available layers and times available for each layer at the current system time.

GetMap

 

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.

...