Add empty ol.format.IGC.prototype.readGeometryFromText
This commit is contained in:
committed by
Guillaume Beraudo
parent
3e4afa6ddf
commit
f72fd69ea6
@@ -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) {};
|
||||
|
||||
Reference in New Issue
Block a user