Smoke test for ol.Projection.getTransformFromCodes
This commit is contained in:
@@ -125,6 +125,17 @@ describe('ol.Projection', function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('ol.Projection.getTransformFromCodes()', function() {
|
||||||
|
|
||||||
|
it('returns a transform function', function() {
|
||||||
|
debugger;
|
||||||
|
var transform = ol.Projection.getTransformFromCodes(
|
||||||
|
'GOOGLE', 'EPSG:4326');
|
||||||
|
expect(typeof transform).toBe('function');
|
||||||
|
});
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
goog.require('goog.array');
|
goog.require('goog.array');
|
||||||
|
|||||||
Reference in New Issue
Block a user