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