Rename _ol_style_Text_ to Text

This commit is contained in:
Tim Schaub
2018-01-11 13:25:48 -07:00
parent fb22c587f8
commit c5a4be2edd
25 changed files with 131 additions and 131 deletions

View File

@@ -6,7 +6,7 @@ import VectorSource from '../src/ol/source/Vector.js';
import Fill from '../src/ol/style/Fill.js';
import Stroke from '../src/ol/style/Stroke.js';
import Style from '../src/ol/style/Style.js';
import _ol_style_Text_ from '../src/ol/style/Text.js';
import Text from '../src/ol/style/Text.js';
var style = new Style({
@@ -17,7 +17,7 @@ var style = new Style({
color: '#319FD3',
width: 1
}),
text: new _ol_style_Text_({
text: new Text({
font: '12px Calibri,sans-serif',
fill: new Fill({
color: '#000'
@@ -57,7 +57,7 @@ var highlightStyle = new Style({
fill: new Fill({
color: 'rgba(255,0,0,0.1)'
}),
text: new _ol_style_Text_({
text: new Text({
font: '12px Calibri,sans-serif',
fill: new Fill({
color: '#000'