Rename _ol_source_OSM_ to OSM
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import Map from '../src/ol/Map.js';
|
||||
import View from '../src/ol/View.js';
|
||||
import TileLayer from '../src/ol/layer/Tile.js';
|
||||
import _ol_source_OSM_ from '../src/ol/source/OSM.js';
|
||||
import OSM from '../src/ol/source/OSM.js';
|
||||
|
||||
var source = new _ol_source_OSM_();
|
||||
var source = new OSM();
|
||||
|
||||
var layer = new TileLayer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user