Merge branch 'vector' of github.com:openlayers/ol3 into vector

Conflicts:
	src/ol/style/shape.js
This commit is contained in:
Tim Schaub
2013-03-06 02:28:33 +01:00
5 changed files with 308 additions and 18 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);