Add empty ol.format.IGC.prototype.readGeometryFromText

This commit is contained in:
Frederic Junod
2017-01-20 09:10:54 +01:00
committed by Guillaume Beraudo
parent 3e4afa6ddf
commit f72fd69ea6
+3 -4
View File
@@ -226,8 +226,7 @@ ol.format.IGC.prototype.writeGeometryText = function(geometry, opt_options) {};
/** /**
* @override * Not implemented.
* @inheritDoc
*/ */
ol.format.IGC.prototype.readGeometryFromText = function() { ol.format.IGC.prototype.readGeometryFromText = function(text, opt_options) {};
throw new Error('Not implemented');
};