Versions Compared

Key

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

...

The product of width and height is limited to the full HD resolution of 1920x1200 to avoid memory issues. In case a GetMap request is done where WIDTH*HEIGHT > 2304000 a bad request error will be returned.

GetLegendGraphic

 

http://localhost:8080/FewsWebServices/wms?SERVICE=WMS&VERSION=1.3&REQUEST=GetLegendGraphic&LAYERS=Wind_forecast_nwp

 

Image Added

 

 

http://localhost:8080/FewsWebServices/wms?SERVICE=WMS&VERSION=1.3&REQUEST=GetLegendGraphic&LAYERS=Wind_forecast_nwp&format=application/json

 

Code Block
{
  "classBreaks" : [ {
    "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.

...