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

@@ -7,7 +7,7 @@ import BingMaps from '../src/ol/source/BingMaps.js';
const key = 'As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5';
const roads = new TileLayer({
source: new BingMaps({key: key, imagerySet: 'Road'})
source: new BingMaps({key: key, imagerySet: 'RoadOnDemand'})
});
const imagery = new TileLayer({