Add ol.ENABLE_IMAGE to control inclusion of image layer renderers

This commit is contained in:
Tom Payne
2014-01-29 21:06:22 +01:00
parent 2f50b9dc84
commit 8b128ece81
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -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.
*/