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) {};