Remove unused ol.format.Feature.getExtensions function
This commit is contained in:
@@ -41,14 +41,6 @@ ol.format.IGC = function(opt_options) {
|
||||
ol.inherits(ol.format.IGC, ol.format.TextFeature);
|
||||
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {Array.<string>}
|
||||
* @private
|
||||
*/
|
||||
ol.format.IGC.EXTENSIONS_ = ['.igc'];
|
||||
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {RegExp}
|
||||
@@ -84,14 +76,6 @@ ol.format.IGC.HFDTE_RECORD_RE_ = /^HFDTE(\d{2})(\d{2})(\d{2})/;
|
||||
ol.format.IGC.NEWLINE_RE_ = /\r\n|\r|\n/;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.format.IGC.prototype.getExtensions = function() {
|
||||
return ol.format.IGC.EXTENSIONS_;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Read the feature from the IGC source.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user