Rename _ol_style_Text_ to Text
This commit is contained in:
@@ -2,7 +2,7 @@ import Graticule from '../../../src/ol/Graticule.js';
|
||||
import Map from '../../../src/ol/Map.js';
|
||||
import {get as getProjection} from '../../../src/ol/proj.js';
|
||||
import Stroke from '../../../src/ol/style/Stroke.js';
|
||||
import _ol_style_Text_ from '../../../src/ol/style/Text.js';
|
||||
import Text from '../../../src/ol/style/Text.js';
|
||||
|
||||
describe('ol.Graticule', function() {
|
||||
var graticule;
|
||||
@@ -73,8 +73,8 @@ describe('ol.Graticule', function() {
|
||||
});
|
||||
|
||||
it('can be configured with label options', function() {
|
||||
var latLabelStyle = new _ol_style_Text_();
|
||||
var lonLabelStyle = new _ol_style_Text_();
|
||||
var latLabelStyle = new Text();
|
||||
var lonLabelStyle = new Text();
|
||||
graticule = new Graticule({
|
||||
map: new Map({}),
|
||||
showLabels: true,
|
||||
|
||||
Reference in New Issue
Block a user