Rename _ol_style_Stroke_ to Stroke
This commit is contained in:
@@ -6,11 +6,11 @@ import VectorLayer from '../src/ol/layer/Vector.js';
|
||||
import VectorSource from '../src/ol/source/Vector.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 stroke = new _ol_style_Stroke_({color: 'black', width: 1});
|
||||
var stroke = new Stroke({color: 'black', width: 1});
|
||||
|
||||
var styles = {
|
||||
'square': new Style({
|
||||
|
||||
Reference in New Issue
Block a user