Rename _ol_source_Stamen_ to Stamen

This commit is contained in:
Tim Schaub
2018-01-08 15:47:37 -07:00
parent 5f62d2ecfe
commit f855bc1562
13 changed files with 35 additions and 35 deletions

View File

@@ -3,7 +3,7 @@ import Map from '../src/ol/Map.js';
import View from '../src/ol/View.js';
import ImageLayer from '../src/ol/layer/Image.js';
import RasterSource from '../src/ol/source/Raster.js';
import _ol_source_Stamen_ from '../src/ol/source/Stamen.js';
import Stamen from '../src/ol/source/Stamen.js';
/**
@@ -101,7 +101,7 @@ function xyz2rgb(x) {
}
var raster = new RasterSource({
sources: [new _ol_source_Stamen_({
sources: [new Stamen({
layer: 'watercolor',
transition: 0
})],