Remove unused ol.format.Feature.getExtensions function
This commit is contained in:
@@ -35,22 +35,6 @@ ol.format.OSMXML = function() {
|
||||
ol.inherits(ol.format.OSMXML, ol.format.XMLFeature);
|
||||
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @type {Array.<string>}
|
||||
* @private
|
||||
*/
|
||||
ol.format.OSMXML.EXTENSIONS_ = ['.osm'];
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.format.OSMXML.prototype.getExtensions = function() {
|
||||
return ol.format.OSMXML.EXTENSIONS_;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {Node} node Node.
|
||||
* @param {Array.<*>} objectStack Object stack.
|
||||
|
||||
Reference in New Issue
Block a user