sensible defaut for dragpan interval, r=crschmidt (#3317)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-05-30 12:55:16 +00:00
parent d6698e3771
commit 7a51a782bc
6 changed files with 5 additions and 12 deletions

View File

@@ -48,11 +48,7 @@ function init() {
-20037508.34, -20037508.34, 20037508.34, 20037508.34
),
controls: [
new OpenLayers.Control.TouchNavigation({
dragPanOptions: {
interval: 100
}
}),
new OpenLayers.Control.TouchNavigation(),
new OpenLayers.Control.ZoomPanel(),
toolbar
],