Rename _ol_layer_Tile_ to TileLayer
This commit is contained in:
@@ -3,7 +3,7 @@ import _ol_View_ from '../src/ol/View.js';
|
||||
import _ol_format_filter_ from '../src/ol/format/filter.js';
|
||||
import WFS from '../src/ol/format/WFS.js';
|
||||
import GeoJSON from '../src/ol/format/GeoJSON.js';
|
||||
import _ol_layer_Tile_ from '../src/ol/layer/Tile.js';
|
||||
import TileLayer from '../src/ol/layer/Tile.js';
|
||||
import _ol_layer_Vector_ from '../src/ol/layer/Vector.js';
|
||||
import _ol_source_BingMaps_ from '../src/ol/source/BingMaps.js';
|
||||
import _ol_source_Vector_ from '../src/ol/source/Vector.js';
|
||||
@@ -22,7 +22,7 @@ var vector = new _ol_layer_Vector_({
|
||||
})
|
||||
});
|
||||
|
||||
var raster = new _ol_layer_Tile_({
|
||||
var raster = new TileLayer({
|
||||
source: new _ol_source_BingMaps_({
|
||||
imagerySet: 'Aerial',
|
||||
key: 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5'
|
||||
|
||||
Reference in New Issue
Block a user