Rename _ol_geom_LineString_ to LineString

This commit is contained in:
Tim Schaub
2017-12-14 08:54:53 -07:00
parent ad5806c29d
commit f7b3876c1b
55 changed files with 270 additions and 270 deletions

View File

@@ -5,7 +5,7 @@
import _ol_Sphere_ from '../../../src/ol/Sphere.js';
import _ol_format_WKT_ from '../../../src/ol/format/WKT.js';
import _ol_geom_GeometryCollection_ from '../../../src/ol/geom/GeometryCollection.js';
import _ol_geom_LineString_ from '../../../src/ol/geom/LineString.js';
import LineString from '../../../src/ol/geom/LineString.js';
import _ol_geom_MultiLineString_ from '../../../src/ol/geom/MultiLineString.js';
import MultiPoint from '../../../src/ol/geom/MultiPoint.js';
import Point from '../../../src/ol/geom/Point.js';
@@ -121,7 +121,7 @@ describe('ol.Sphere.getLength()', function() {
geometry: new MultiPoint([[0, 0], [1, 1]]),
length: 0
}, {
geometry: new _ol_geom_LineString_([
geometry: new LineString([
[12801741.441226462, -3763310.627144653],
[14582853.293918837, -2511525.2348457114],
[15918687.18343812, -2875744.624352243],
@@ -129,7 +129,7 @@ describe('ol.Sphere.getLength()', function() {
]),
length: 4407939.124914191
}, {
geometry: new _ol_geom_LineString_([
geometry: new LineString([
[115, -32],
[131, -22],
[143, -25],
@@ -155,13 +155,13 @@ describe('ol.Sphere.getLength()', function() {
length: 2 * 4407939.124914191
}, {
geometry: new _ol_geom_GeometryCollection_([
new _ol_geom_LineString_([
new LineString([
[115, -32],
[131, -22],
[143, -25],
[150, -34]
]),
new _ol_geom_LineString_([
new LineString([
[115, -32],
[131, -22],
[143, -25],