Renaming readFeaturesWithMetadata* back to readFeatures*
Since this is not exported and we do not have a counterpart that does not return the metadata, it should be fine to use a shorter name.
This commit is contained in:
@@ -619,7 +619,7 @@ ol.parser.ogc.GML.prototype.createGeometry_ = function(container,
|
||||
* @param {ol.parser.ReadFeaturesOptions=} opt_options Reader options.
|
||||
* @return {ol.parser.ReadFeaturesResult} Features and metadata.
|
||||
*/
|
||||
ol.parser.ogc.GML.prototype.readFeaturesWithMetadataFromString =
|
||||
ol.parser.ogc.GML.prototype.readFeaturesFromString =
|
||||
function(str, opt_options) {
|
||||
this.readFeaturesOptions_ = opt_options;
|
||||
return this.read(str);
|
||||
|
||||
Reference in New Issue
Block a user