Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions externs/olx.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +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 fully supports vector data,
* though WebGL can render Point geometries.
* Note that at present the Canvas and DOM renderers fully support vector data,
* but WebGL can only render Point geometries.
* @type {ol.RendererType|Array.<ol.RendererType|string>|string|undefined}
* @api stable
*/
Expand Down