Optionalextent?: Extent | ExtentOptionsOptionalfeatureInfoFormat?: keyof typeof featureInfoFormatOptionalformatOptions?: FormatOptionsformat options forwarded to OpenLayers
Optionalheaders?: Record<string, string>Optional headers to include in GetFeatureInfo requests. Overrides layer headers.
OptionalhtmlPositionFeatureTitle?: stringOptionalmaxLevel?: numberOptionalminLevel?: numberOptionalprojection?: ProjectionOptionsthe projection of the data, if not encoded in the response
OptionalresponseType?: stringthe response type for the feature info
OptionaltextHTMLEvaluator?: stringOptional RegExp string to evaluate text/html responses. If it matches the response, it will be treated as an empty response with no features.
OptionaltileSize?: SizeOptionaltilingSchema?: TilingSchemeOptionalversion?: stringOptionalwfsGMLFormat?: keyof typeof gmlFormatsoptional GMLFormat for the WFS format to override the default GML2 format. Use 'GML', 'GML2', 'GML3' or 'GML32' as string
optional format to use to parse the feature info response, overriding the responseType to format mapping. Use 'GeoJSON', 'GML2', 'GML3', 'GML32', 'WMSGetFeatureInfo' or 'WFS' as string.