Merge pull request #5058 from probins/patch-1
Note in docs that DOM renderer can also render vectors
This commit is contained in:
+2
-2
@@ -281,8 +281,8 @@ olx.MapOptions.prototype.overlays;
|
|||||||
* Renderer. By default, Canvas, DOM and WebGL renderers are tested for support
|
* Renderer. By default, Canvas, DOM and WebGL renderers are tested for support
|
||||||
* in that order, and the first supported used. Specify a
|
* in that order, and the first supported used. Specify a
|
||||||
* {@link ol.RendererType} here to use a specific renderer.
|
* {@link ol.RendererType} here to use a specific renderer.
|
||||||
* Note that at present only the Canvas renderer fully supports vector data,
|
* Note that at present the Canvas and DOM renderers fully support vector data,
|
||||||
* though WebGL can render Point geometries.
|
* but WebGL can only render Point geometries.
|
||||||
* @type {ol.RendererType|Array.<ol.RendererType|string>|string|undefined}
|
* @type {ol.RendererType|Array.<ol.RendererType|string>|string|undefined}
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user