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
+2 -2
View File
@@ -3,7 +3,7 @@ import View from '../src/ol/View.js';
import KML from '../src/ol/format/KML.js';
import HeatmapLayer from '../src/ol/layer/Heatmap.js';
import TileLayer from '../src/ol/layer/Tile.js';
import _ol_source_Stamen_ from '../src/ol/source/Stamen.js';
import Stamen from '../src/ol/source/Stamen.js';
import VectorSource from '../src/ol/source/Vector.js';
var blur = document.getElementById('blur');
@@ -30,7 +30,7 @@ vector.getSource().on('addfeature', function(event) {
});
var raster = new TileLayer({
source: new _ol_source_Stamen_({
source: new Stamen({
layer: 'toner'
})
});