Contains the result of WMSTileSetLayer.getFeatureInfo

Hierarchy

  • WMSGetFeatureInfoResponse

Properties

Methods

Properties

status: string

The HTTP status of the response

text: string

The text contained in the response. The content of this text depends on the info format you requested and on the implementation of the server. For instance, if your requested info format was "application/json", the server could respond by:

  • sending a list of properties about the feature, encoded in JSON format.
  • OR, by sending the geometry of the feature in GeoJSON format.

Methods

  • A function to retrieve a specific HTTP header of the response.

    Parameters

    • name: string

      the name of the header you want to retrieve

    Returns null | string