Class: WMSGetFeatureInfo

ol/format/WMSGetFeatureInfo~WMSGetFeatureInfo


import WMSGetFeatureInfo from 'ol/format/WMSGetFeatureInfo.js';

Format for reading WMSGetFeatureInfo format. It uses GML2 to read features.

new WMSGetFeatureInfo(options)

Name Type Description
layers Array.<string> | undefined

If set, only features of the given layers will be returned by the format when read.

Extends