Remove projection param in ol.VectorTile constructor
This commit is contained in:
@@ -71,8 +71,7 @@ describe('ol.featureloader', function() {
|
|||||||
var tile;
|
var tile;
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
tile = new ol.VectorTile([0, 0, 0], undefined, undefined, undefined,
|
tile = new ol.VectorTile([0, 0, 0]);
|
||||||
undefined, ol.proj.get('EPSG:3857'));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('sets features on the tile', function(done) {
|
it('sets features on the tile', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user