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