Versions Compared

Key

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

...

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.

Request parameters

  • LAYERS layers (required): the layerId of the plot to display. Only one layerid is supported.
  • TIME time (required): the time for which the grid has to be plotted. Only one time is supported. Time ranges are NOT supported. Time has to be in the xml dateformat:  yyyy-MM-ddTHH:mm:ssZ. The times returned by the GetCapabilities are in this format as well.
  • WIDTH width (optional): width of the image. Default is 800. 
  • HEIGHT height (optional): height of the image. Default is 600
  • VERSION version (optional): supported version is 1.3 and is the default if not set. Older versions might work, but are not supported
  • CRS crs (required): the output projection of the plot. Only supported projection is: EPSG:3857
  • BBOX bbox (required): the bounding box (in the projection as defined by the SRS parameter) of the extent that should be plot

Vendor parameters:

  • SHOWCONTOURS showContours (optional): Display contour lines if enabled in the gridplot. Default is false. Set to true to show contour lines.

...