From 8d15d94494bd99e7e0e537d971a5692c36101dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 22 Feb 2011 21:25:35 +0000 Subject: [PATCH] better descriptions for the mobile-navigation example, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile-navigation.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/examples/mobile-navigation.html b/examples/mobile-navigation.html index fe69e118b6..3ce3dd41e1 100644 --- a/examples/mobile-navigation.html +++ b/examples/mobile-navigation.html @@ -11,20 +11,36 @@ -

TouchNavigation Control

+

Mobile Navigation

mobile, touch, drag, move, zoom, navigate
-
Demonstrate TouchNavigation Control features
+
Demonstrate map navigation on mobile
+

- This example demonstrates a couple features of the TouchNavigation - control. The TouchNavigation control controls most map dragging, - movement, zooming, etc, optimized for mobile devices. + This example demonstates what OpenLayers provides for map + navigation on mobile. +

+ +

+ The TouchNavigation control allows to pan the map with touch + gestures on the screen – "touchstart", "touchmove", + "touchend" sequences. It also allows to zoom in with double taps, + and to zoom out with two-finger single taps. The latter is only + available on devices supporting multi-touch. Note that in most + devices Android doesn't support multi-touch in the browser. +

+ +

+ The ZoomPanel control provides + and - buttons for zooming in and + out. These buttons should work on any device, and the zoom out + button is especially needed for devices that don't support + multi-touch.

See the mobile-navigation.js