Add ol.ENABLE_IMAGE to control inclusion of image layer renderers
This commit is contained in:
@@ -23,6 +23,12 @@ ol.ENABLE_CANVAS = true;
|
||||
ol.ENABLE_DOM = true;
|
||||
|
||||
|
||||
/**
|
||||
* @define {boolean} Whether to enable rendering of image layers.
|
||||
*/
|
||||
ol.ENABLE_IMAGE = true;
|
||||
|
||||
|
||||
/**
|
||||
* @define {boolean} Whether to enable WebGL.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user