fixed typescript issues
This commit is contained in:
@@ -125,6 +125,7 @@ class WMSGetFeatureInfo extends XMLFeature {
|
||||
[context['featureNS'], null], parsers);
|
||||
layerElement.setAttribute('namespaceURI', this.featureNS_);
|
||||
const layerFeatures = pushParseAndPop(
|
||||
// @ts-ignore
|
||||
[], parsersNS, layerElement, objectStack, this.gmlFormat_);
|
||||
if (layerFeatures) {
|
||||
extend(features, layerFeatures);
|
||||
|
||||
Reference in New Issue
Block a user