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:
@@ -237,7 +237,7 @@ describe('ol.parser.GeoJSON', function() {
|
||||
return lookup[type];
|
||||
};
|
||||
|
||||
var result = parser.readFeaturesWithMetadataFromString(text,
|
||||
var result = parser.readFeaturesFromString(text,
|
||||
{callback: callback}).features;
|
||||
expect(result.length).to.be(179);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user