From ed7e5ddef7e84122f355166be9fc5af526961128 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 27 Apr 2015 11:10:16 +0200 Subject: [PATCH] Improve the draw-features example description --- examples/draw-features.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/draw-features.html b/examples/draw-features.html index 5432681c9f..a7c902d6d8 100644 --- a/examples/draw-features.html +++ b/examples/draw-features.html @@ -3,8 +3,11 @@ template: example.html title: Draw features example shortdesc: Example of using the ol.interaction.Draw interaction. docs: > - Example of using the ol.interaction.Draw interaction. -tags: "draw, edit, vector" + Example of using the Draw interaction. Select a geometry type from the + dropdown above to start drawing. To finish drawing, click the last + point. To activate freehand drawing for lines and polygons, hold the `Shift` + key. +tags: "draw, edit, freehand, vector" ---