Versions Compared

Key

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

 

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 request methods are available in the WMS-T service:toc

GetCapabilties

 

GetCapabilities: get the available layers and times available for each layer

...

Code Block
{
  "legend" : [ {
    "label" : ">= 0",
    "color" : "#00ff00"
  }, {
    "label" : ">= 0.3",
    "color" : "#15e900"
  }, {
    "label" : ">= 1.6",
    "color" : "#2ad400"
  }, {
    "label" : ">= 3.4",
    "color" : "#3fbf00"
  }, {
    "label" : ">= 5.5",
    "color" : "#55aa00"
  }, {
    "label" : ">= 8",
    "color" : "#6a9400"
  }, {
    "label" : ">= 10.8",
    "color" : "#7f7f00"
  }, {
    "label" : ">= 13.9",
    "color" : "#946a00"
  }, {
    "label" : ">= 17.2",
    "color" : "#aa5500"
  }, {
    "label" : ">= 20.8",
    "color" : "#bf3f00"
  }, {
    "label" : ">= 24.5",
    "color" : "#d42a00"
  }, {
    "label" : ">= 28.5",
    "color" : "#e91500"
  }, {
    "label" : ">= 32.6",
    "color" : "#ff0000"
  } ]
}

 

Properties

The following WMS specific properties can be configured in the FewsPiService.properties file.

...