Exclude feature loader MVT test from IE9
This commit is contained in:
@@ -75,7 +75,8 @@ describe('ol.featureloader', function() {
|
||||
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 format = new ol.format.MVT();
|
||||
loader = ol.featureloader.tile(url, format);
|
||||
|
||||
Reference in New Issue
Block a user