From f72fd69ea6a0425e6aaf2e4117007d0b074872a6 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 20 Jan 2017 09:10:54 +0100 Subject: [PATCH] Add empty ol.format.IGC.prototype.readGeometryFromText --- src/ol/format/igc.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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) {};