[OpenLayers-Commits] r11223 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Feb 22 05:33:33 EST 2011
Author: erilem
Date: 2011-02-22 02:33:33 -0800 (Tue, 22 Feb 2011)
New Revision: 11223
Modified:
trunk/openlayers/examples/mobile-navigation.html
Log:
enable kinetic for the mobile-navigation example, no functional change
Modified: trunk/openlayers/examples/mobile-navigation.html
===================================================================
--- trunk/openlayers/examples/mobile-navigation.html 2011-02-22 10:15:38 UTC (rev 11222)
+++ trunk/openlayers/examples/mobile-navigation.html 2011-02-22 10:33:33 UTC (rev 11223)
@@ -13,7 +13,8 @@
map = new OpenLayers.Map( 'map', { controls: [
new OpenLayers.Control.TouchNavigation({
dragPanOptions: {
- interval: 0 // non-zero kills performance on some mobile phones
+ interval: 0, // non-zero kills performance on some mobile phones
+ enableKinetic: true
}
})
] });
More information about the Commits
mailing list