rename map in tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ol_Map_ from '../../../../src/ol/Map.js';
|
||||
import Map from '../../../../src/ol/Map.js';
|
||||
import _ol_View_ from '../../../../src/ol/View.js';
|
||||
import _ol_VectorImageTile_ from '../../../../src/ol/VectorImageTile.js';
|
||||
import _ol_VectorTile_ from '../../../../src/ol/VectorTile.js';
|
||||
@@ -109,7 +109,7 @@ describe('ol.source.VectorTile', function() {
|
||||
target.style.width = target.style.height = '100px';
|
||||
document.body.appendChild(target);
|
||||
|
||||
map = new _ol_Map_({
|
||||
map = new Map({
|
||||
layers: [
|
||||
new _ol_layer_VectorTile_({
|
||||
extent: extent,
|
||||
|
||||
Reference in New Issue
Block a user