Rename _ol_style_Stroke_ to Stroke
This commit is contained in:
@@ -4,7 +4,7 @@ import View from '../src/ol/View.js';
|
||||
import LineString from '../src/ol/geom/LineString.js';
|
||||
import VectorLayer from '../src/ol/layer/Vector.js';
|
||||
import VectorSource from '../src/ol/source/Vector.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';
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ var vector = new VectorLayer({
|
||||
wrapX: false
|
||||
}),
|
||||
style: new Style({
|
||||
stroke: new _ol_style_Stroke_({
|
||||
stroke: new Stroke({
|
||||
color: '#666666',
|
||||
width: 1
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user