Rename _ol_source_XYZ_ to XYZ
This commit is contained in:
@@ -4,7 +4,7 @@ import View from '../../../../src/ol/View.js';
|
||||
import _ol_layer_Layer_ from '../../../../src/ol/layer/Layer.js';
|
||||
import TileLayer from '../../../../src/ol/layer/Tile.js';
|
||||
import _ol_renderer_Layer_ from '../../../../src/ol/renderer/Layer.js';
|
||||
import _ol_source_XYZ_ from '../../../../src/ol/source/XYZ.js';
|
||||
import XYZ from '../../../../src/ol/source/XYZ.js';
|
||||
import _ol_tilecoord_ from '../../../../src/ol/tilecoord.js';
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ describe('ol.renderer.Layer', function() {
|
||||
zoom: 0
|
||||
});
|
||||
|
||||
source = new _ol_source_XYZ_({
|
||||
source = new XYZ({
|
||||
url: '#{x}/{y}/{z}'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user