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:
ahocevar
2013-08-04 14:15:31 +02:00
parent 0aed05a413
commit 9578da0cfb
7 changed files with 19 additions and 19 deletions

View File

@@ -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);