Merge pull request #5152 from fredj/cartodb_cleanup

Cartodb cleanup
This commit is contained in:
Frédéric Junod
2016-04-04 09:38:41 +02:00
7 changed files with 98 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ describe('ol.source.CartoDB', function() {
describe('constructor', function() {
it('returns a CartoDB source', function() {
var source = new ol.source.CartoDB({
map: 'example',
account: 'documentation',
config: {}
});
expect(source).to.be.a(ol.source.XYZ);