Note in docs that WebGL can render points

This commit is contained in:
Peter Robins
2016-03-16 15:41:57 +00:00
parent 2f079ad059
commit 5da0fe3300

View File

@@ -281,7 +281,8 @@ olx.MapOptions.prototype.overlays;
* Renderer. By default, Canvas, DOM 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 only the Canvas renderer supports vector data.
* Note that at present only the Canvas renderer fully supports vector data,
* though WebGL can render Point geometries.
* @type {ol.RendererType|Array.<ol.RendererType|string>|string|undefined}
* @api stable
*/