Rename ol.source.BingMapsOptions style property to imagerySet
To match the Bing Maps terminology
This commit is contained in:
@@ -26,7 +26,7 @@ if (!ol.webgl.SUPPORTED) {
|
||||
var layer = new ol.layer.Tile({
|
||||
source: new ol.source.BingMaps({
|
||||
key: 'Ak-dzM4wZjSqTlzveKz5u0d4IQ4bRzVI309GxmkgSVr1ewS6iPSrOvOKhA-CJlm3',
|
||||
style: 'Aerial'
|
||||
imagerySet: 'Aerial'
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user