From 6b5ac685b1b991a35380370a4e8a345578c4ca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 22 Feb 2011 10:36:38 +0000 Subject: [PATCH] use the touch navigation control in the mobile examples, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11224 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mobile.js b/examples/mobile.js index 957b69b278..1de17d537f 100644 --- a/examples/mobile.js +++ b/examples/mobile.js @@ -19,7 +19,7 @@ function init() { -20037508.34, -20037508.34, 20037508.34, 20037508.34 ), controls: [ - new OpenLayers.Control.Navigation({dragPanOptions: {enableKinetic: true}}), + new OpenLayers.Control.TouchNavigation({dragPanOptions: {enableKinetic: true}}), new OpenLayers.Control.Attribution(), new OpenLayers.Control.DrawFeature( vector, OpenLayers.Handler.Point, {id: "point-control"}