From 1951eb38151cdbacdfcba55b504014339c15fcc0 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 22 Jun 2011 06:30:45 +0000 Subject: [PATCH] Clarifying that the TouchNavigation control can be used without a standard Navigation control (closes #3350). git-svn-id: http://svn.openlayers.org/trunk/openlayers@12122 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/TouchNavigation.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/OpenLayers/Control/TouchNavigation.js b/lib/OpenLayers/Control/TouchNavigation.js index 35f0e20d94..ab4ca49c26 100644 --- a/lib/OpenLayers/Control/TouchNavigation.js +++ b/lib/OpenLayers/Control/TouchNavigation.js @@ -15,6 +15,12 @@ * double-tapping, tap with two fingers, and pinch zoom). Create a new * control with the constructor. * + * If you’re only targeting touch enabled devices with your mapping application, + * you can create a map with only a TouchNavigation control. The + * control is mobile ready by default, but + * you can generate a smaller build of the library by only including this + * touch navigation control if you aren't concerned about mouse interaction. + * * Inherits: * - */