Space for linter
This commit is contained in:
@@ -23,14 +23,13 @@ describe('ol.Projection', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
|
it('gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
|
||||||
'equivalent', function() {
|
'equivalent', function() {
|
||||||
_testAllEquivalent([
|
_testAllEquivalent([
|
||||||
'CRS:84',
|
'CRS:84',
|
||||||
'urn:ogc:def:crs:EPSG:6.6:4326',
|
'urn:ogc:def:crs:EPSG:6.6:4326',
|
||||||
'EPSG:4326'
|
'EPSG:4326'
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('identify transform', function() {
|
describe('identify transform', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user