crossOrigin defaults to null

This commit is contained in:
Éric Lemoine
2013-03-20 19:24:32 +01:00
parent 7038ac0c81
commit 7949cdaa82
17 changed files with 18 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ goog.require('ol.tilegrid.XYZ');
ol.source.BingMaps = function(bingMapsOptions) {
goog.base(this, {
crossOrigin: 'anonymous',
opaque: true,
projection: ol.projection.get('EPSG:3857')
});