Rendering icons from external graphic urls

This commit is contained in:
ahocevar
2013-03-06 01:57:08 +01:00
parent 4f2523fcf2
commit ab19d255c7
4 changed files with 306 additions and 16 deletions

View File

@@ -185,7 +185,7 @@ describe('ol.parser.GeoJSON', function() {
var callback = function(feature, type) {
return lookup[type];
}
};
var result = parser.readFeaturesFromString(text, {callback: callback});
expect(result.length).toBe(179);