Rename _ol_style_Stroke_ to Stroke

This commit is contained in:
Tim Schaub
2018-01-11 13:24:13 -07:00
parent dc6ae2293d
commit f4484455aa
75 changed files with 333 additions and 333 deletions

View File

@@ -8,7 +8,7 @@ import AtlasManager from '../src/ol/style/AtlasManager.js';
import _ol_style_Circle_ from '../src/ol/style/Circle.js';
import Fill from '../src/ol/style/Fill.js';
import _ol_style_RegularShape_ from '../src/ol/style/RegularShape.js';
import _ol_style_Stroke_ from '../src/ol/style/Stroke.js';
import Stroke from '../src/ol/style/Stroke.js';
import Style from '../src/ol/style/Style.js';
var atlasManager = new AtlasManager({
@@ -54,7 +54,7 @@ for (i = 0; i < symbolInfo.length; ++i) {
fill: new Fill({
color: info.fillColor
}),
stroke: new _ol_style_Stroke_({
stroke: new Stroke({
color: info.strokeColor,
width: 1
}),
@@ -74,7 +74,7 @@ for (i = 0; i < symbolInfo.length; ++i) {
fill: new Fill({
color: info.fillColor
}),
stroke: new _ol_style_Stroke_({
stroke: new Stroke({
color: info.strokeColor,
width: 1
}),