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

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() {
throw new Error('Not implemented');
};
ol.format.IGC.prototype.readGeometryFromText = function(text, opt_options) {};