Remove lint
This commit is contained in:
@@ -673,12 +673,8 @@ describe('ol/proj.js', function () {
|
||||
expect(typeof transform).to.be('function');
|
||||
|
||||
const output = transform([
|
||||
-626172.13571216376,
|
||||
6887893.4928337997,
|
||||
-12000000,
|
||||
5000000,
|
||||
-626172.13571216376,
|
||||
6887893.4928337997,
|
||||
-626172.13571216376, 6887893.4928337997, -12000000, 5000000,
|
||||
-626172.13571216376, 6887893.4928337997,
|
||||
]);
|
||||
|
||||
expect(output[0]).to.roughlyEqual(-5.625, 1e-9);
|
||||
@@ -710,15 +706,8 @@ describe('ol/proj.js', function () {
|
||||
const dimension = 3;
|
||||
const output = transform(
|
||||
[
|
||||
-626172.13571216376,
|
||||
6887893.4928337997,
|
||||
100,
|
||||
-12000000,
|
||||
5000000,
|
||||
200,
|
||||
-626172.13571216376,
|
||||
6887893.4928337997,
|
||||
300,
|
||||
-626172.13571216376, 6887893.4928337997, 100, -12000000, 5000000, 200,
|
||||
-626172.13571216376, 6887893.4928337997, 300,
|
||||
],
|
||||
undefined,
|
||||
dimension
|
||||
|
||||
Reference in New Issue
Block a user