diff --git a/src/ol/format/igc.js b/src/ol/format/igc.js index 6f03844c1e..19db22cf4d 100644 --- a/src/ol/format/igc.js +++ b/src/ol/format/igc.js @@ -226,8 +226,7 @@ ol.format.IGC.prototype.writeGeometryText = function(geometry, opt_options) {}; /** - * @override + * Not implemented. + * @inheritDoc */ -ol.format.IGC.prototype.readGeometryFromText = function() { - throw new Error('Not implemented'); -}; +ol.format.IGC.prototype.readGeometryFromText = function(text, opt_options) {};