Rename _ol_source_OSM_ to OSM

This commit is contained in:
Tim Schaub
2018-01-08 15:46:23 -07:00
parent c7b0cf51ad
commit 5f62d2ecfe
83 changed files with 174 additions and 174 deletions

View File

@@ -3,7 +3,7 @@ import View from '../src/ol/View.js';
import * as _ol_extent_ from '../src/ol/extent.js';
import TileLayer from '../src/ol/layer/Tile.js';
import {get as getProjection} from '../src/ol/proj.js';
import _ol_source_OSM_ from '../src/ol/source/OSM.js';
import OSM from '../src/ol/source/OSM.js';
import _ol_source_WMTS_ from '../src/ol/source/WMTS.js';
import WMTSTileGrid from '../src/ol/tilegrid/WMTS.js';
@@ -52,7 +52,7 @@ var map = new Map({
}),
layers: [
new TileLayer({
source: new _ol_source_OSM_()
source: new OSM()
}),
new TileLayer({
opacity: 0.5,