Remove the DOM renderer

This commit is contained in:
Tim Schaub
2016-08-31 08:38:37 -06:00
parent 11e4675337
commit 5ce55d39ba
12 changed files with 10 additions and 1235 deletions
+3 -3
View File
@@ -272,11 +272,11 @@ olx.MapOptions.prototype.overlays;
/**
* Renderer. By default, Canvas, DOM and WebGL renderers are tested for support
* Renderer. By default, Canvas and WebGL renderers are tested for support
* in that order, and the first supported used. Specify a
* {@link ol.RendererType} here to use a specific renderer.
* Note that at present the Canvas and DOM renderers fully support vector data,
* but WebGL can only render Point geometries.
* Note that the Canvas renderer fully supports vector data, but WebGL can only
* render Point geometries.
* @type {ol.RendererType|Array.<ol.RendererType|string>|string|undefined}
* @api stable
*/