Versions Compared

Key

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

...

Get the polygon GridPlot vector data in GML or GeoJSON format. The GridPlot to get is specified by the FeatureTypes typenames  parameter. Optional filters can be used to request a specific subset of a feature type.

Request parameters

  • typeNames typenames (required): the gridPlot id of the plot to display. Only one gridPlot id is supported.
  • version (optional): supported version is 2.0 and is the default if not set. Older versions are not supported.
  • crs (optional, 'EPSG:4326' is the default): the output projection of the plotdata. The default projection used by FEWS is always EPSG:4326 (WGS84 geographic coordinates; longitude, latitude). Other coordinate systems are supported only if they are configured in WebServices.xml.
  • format (optional, 'application/gml+xml; version=3.2' is the default): GML is the standard output format that any WFS implementation must support. Optionally 'application/geojson' can be requested instead. Geojson is more compact and generally easier to process.
  • bbox (optional): the bounding box (in the projection as defined by the CRS parameter) of the extent of interest. Any features that intersect the BBOX will be returned. Features that lie completely outside the BBOX area will not be returned.
  • filter (optional): a filter expression in URL-encoded XML format as specified in the OpenGIS Filter Encoding 2.0 Encoding Standard. Only the "Minimum Standard Filter" conformance class is currently implemented and tested. For more information, refer to WFS Request Filtering below.

...