From 5da0fe330088bea2eab0a9bc6dc4885b0f8c1c0c Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 16 Mar 2016 15:41:57 +0000 Subject: [PATCH] Note in docs that WebGL can render points --- externs/olx.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 7efa491806..c787477f65 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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.|string|undefined} * @api stable */