From f8feaeb837264d4d0fe7fbc528b3e32184c44963 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 12 Jan 2017 11:59:27 +0100 Subject: [PATCH] Add empty ol.format.IGC.prototype.write* --- src/ol/format/igc.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/ol/format/igc.js b/src/ol/format/igc.js index 34af4fcf71..907673eb3a 100644 --- a/src/ol/format/igc.js +++ b/src/ol/format/igc.js @@ -202,3 +202,24 @@ ol.format.IGC.prototype.readFeaturesFromText = function(text, opt_options) { * @api */ ol.format.IGC.prototype.readProjection; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.IGC.prototype.writeFeatureText = function(feature, opt_options) {}; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.IGC.prototype.writeFeaturesText = function(features, opt_options) {}; + + +/** + * Not implemented. + * @inheritDoc + */ +ol.format.IGC.prototype.writeGeometryText = function(geometry, opt_options) {};