Remove unused ol.format.GML.NAMESPACE_URIS_
This commit is contained in:
@@ -48,17 +48,6 @@ ol.format.GML = function(opt_options) {
|
||||
goog.inherits(ol.format.GML, ol.format.XML);
|
||||
|
||||
|
||||
/**
|
||||
* @const
|
||||
* @private
|
||||
* @type {Array.<string>}
|
||||
*/
|
||||
ol.format.GML.NAMESPACE_URIS_ = [
|
||||
'http://www.opengis.net/gml',
|
||||
'http://www.opengis.net/wfs'
|
||||
];
|
||||
|
||||
|
||||
/**
|
||||
* @param {Node} node Node.
|
||||
* @param {Array.<*>} objectStack Object stack.
|
||||
|
||||
Reference in New Issue
Block a user