Rename _ol_layer_Tile_ to TileLayer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import _ol_Map_ from '../src/ol/Map.js';
|
||||
import _ol_View_ from '../src/ol/View.js';
|
||||
import _ol_layer_Tile_ from '../src/ol/layer/Tile.js';
|
||||
import TileLayer from '../src/ol/layer/Tile.js';
|
||||
import _ol_source_XYZ_ from '../src/ol/source/XYZ.js';
|
||||
|
||||
var appId = 'kDm0Jq1K4Ak7Bwtn8uvk';
|
||||
@@ -56,7 +56,7 @@ var layers = [];
|
||||
var i, ii;
|
||||
for (i = 0, ii = hereLayers.length; i < ii; ++i) {
|
||||
var layerDesc = hereLayers[i];
|
||||
layers.push(new _ol_layer_Tile_({
|
||||
layers.push(new TileLayer({
|
||||
visible: false,
|
||||
preload: Infinity,
|
||||
source: new _ol_source_XYZ_({
|
||||
|
||||
Reference in New Issue
Block a user