From c05ffff629f088462a47d169dab22c6324e6d0c0 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Fri, 7 Nov 2014 11:50:05 +0100 Subject: [PATCH] Dynamically selected renderer in draw feature example --- examples/draw-features.html | 2 +- examples/draw-features.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/draw-features.html b/examples/draw-features.html index 229155f863..edd2c1b8d0 100644 --- a/examples/draw-features.html +++ b/examples/draw-features.html @@ -32,7 +32,7 @@

Draw features example

-

Example of using the ol.interaction.Draw interaction.

+

Example of using the ol.interaction.Draw interaction. Webgl renderering is experimental and limited to points.