Update Bing's imagerySet used in examples

This commit is contained in:
Frederic Junod
2019-02-28 10:43:47 +01:00
parent 6fd83b9a8e
commit c01dee0884
7 changed files with 13 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ describe('ol.source.BingMaps', function() {
beforeEach(function(done) {
source = new BingMaps({
imagerySet: 'AerialWithLabels',
imagerySet: 'AerialWithLabelsOnDemand',
key: ''
});
@@ -39,7 +39,7 @@ describe('ol.source.BingMaps', function() {
});
it('getImagerySet works correctly', function() {
expect(source.getImagerySet()).to.equal('AerialWithLabels');
expect(source.getImagerySet()).to.equal('AerialWithLabelsOnDemand');
});
it('getApiKey works correctly', function() {