Rename _ol_layer_Image_ to ImageLayer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Map from '../src/ol/Map.js';
|
||||
import View from '../src/ol/View.js';
|
||||
import TileLayer from '../src/ol/layer/Tile.js';
|
||||
import _ol_layer_Image_ from '../src/ol/layer/Image.js';
|
||||
import ImageLayer from '../src/ol/layer/Image.js';
|
||||
import _ol_source_OSM_ from '../src/ol/source/OSM.js';
|
||||
import _ol_source_ImageArcGISRest_ from '../src/ol/source/ImageArcGISRest.js';
|
||||
|
||||
@@ -12,7 +12,7 @@ var layers = [
|
||||
new TileLayer({
|
||||
source: new _ol_source_OSM_()
|
||||
}),
|
||||
new _ol_layer_Image_({
|
||||
new ImageLayer({
|
||||
source: new _ol_source_ImageArcGISRest_({
|
||||
ratio: 1,
|
||||
params: {},
|
||||
|
||||
Reference in New Issue
Block a user