Merge pull request #2050 from fredj/has_webgl
Export ol.BrowserFeature.HAS_WEBGL
This commit is contained in:
@@ -127,6 +127,7 @@ ol.BrowserFeature.HAS_MSPOINTER =
|
||||
* True if browser supports WebGL.
|
||||
* @const
|
||||
* @type {boolean}
|
||||
* @todo api
|
||||
*/
|
||||
ol.BrowserFeature.HAS_WEBGL = ol.ENABLE_WEBGL && (
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user