Add VectorTile renderer

This commit is contained in:
Andreas Hocevar
2015-10-13 14:34:26 +02:00
parent 7d3fc3ccc7
commit 4b942bc4f6
5 changed files with 489 additions and 3 deletions
+8
View File
@@ -124,6 +124,14 @@ ol.ENABLE_TILE = true;
ol.ENABLE_VECTOR = true;
/**
* @define {boolean} Enable rendering of ol.layer.VectorTile based layers.
* Default is `true`. Setting this to false at compile time in advanced mode
* removes all code supporting VectorTile layers from the build.
*/
ol.ENABLE_VECTOR_TILE = true;
/**
* @define {boolean} Enable the WebGL renderer. Default is `true`. Setting
* this to false at compile time in advanced mode removes all code