From 4289f0a686b80d6eb37517067626d7e41e6c5d3e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 12 Jan 2017 12:04:16 +0100 Subject: [PATCH] Add empty ol.format.WMSGetFeatureInfo.prototype.write* --- src/ol/format/wmsgetfeatureinfo.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/ol/format/wmsgetfeatureinfo.js b/src/ol/format/wmsgetfeatureinfo.js index 6f731d8d90..2fcb6fd62b 100644 --- a/src/ol/format/wmsgetfeatureinfo.js +++ b/src/ol/format/wmsgetfeatureinfo.js @@ -145,3 +145,24 @@ ol.format.WMSGetFeatureInfo.prototype.readFeaturesFromNode = function(node, opt_ } return this.readFeatures_(node, [options]); }; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.WMSGetFeatureInfo.prototype.writeFeatureNode = function(feature, opt_options) {}; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.WMSGetFeatureInfo.prototype.writeFeaturesNode = function(features, opt_options) {}; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.WMSGetFeatureInfo.prototype.writeGeometryNode = function(geometry, opt_options) {};