Merge pull request #1049 from fredj/webgl_ie11
Add 'experimental-webgl' to ol.webgl.CONTEXT_IDS_ (IE11 support)
This commit is contained in:
@@ -11,8 +11,8 @@ goog.require('goog.dom.TagName');
|
|||||||
* @type {Array.<string>}
|
* @type {Array.<string>}
|
||||||
*/
|
*/
|
||||||
ol.webgl.CONTEXT_IDS_ = [
|
ol.webgl.CONTEXT_IDS_ = [
|
||||||
|
'experimental-webgl',
|
||||||
'webgl',
|
'webgl',
|
||||||
'webgl-experimental',
|
|
||||||
'webkit-3d',
|
'webkit-3d',
|
||||||
'moz-webgl'
|
'moz-webgl'
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user