Exclude feature loader MVT test from IE9

This commit is contained in:
Bart van den Eijnden
2015-12-15 10:10:59 +01:00
parent 9b1416da29
commit 95443d0c88
+2 -1
View File
@@ -75,7 +75,8 @@ describe('ol.featureloader', function() {
loader.call(tile, [], 1, ol.proj.get('EPSG:3857')); loader.call(tile, [], 1, ol.proj.get('EPSG:3857'));
}); });
it('sets features on the tile and updates proj units', function(done) { (typeof ArrayBuffer == 'function' ? it : xit)(
'sets features on the tile and updates proj units', function(done) {
var url = 'spec/ol/data/14-8938-5680.vector.pbf'; var url = 'spec/ol/data/14-8938-5680.vector.pbf';
var format = new ol.format.MVT(); var format = new ol.format.MVT();
loader = ol.featureloader.tile(url, format); loader = ol.featureloader.tile(url, format);