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
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
* double-tapping, tap with two fingers, and pinch zoom). Create a new
|
||||
* control with the <OpenLayers.Control.TouchNavigation> constructor.
|
||||
*
|
||||
* If you’re only targeting touch enabled devices with your mapping application,
|
||||
* you can create a map with only a TouchNavigation control. The
|
||||
* <OpenLayers.Control.Navigation> 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:
|
||||
* - <OpenLayers.Control>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user