remove OL touch controls

They interfere with Shift-Zoom.
This commit is contained in:
Sarah Hoffmann 2013-01-26 21:03:28 +01:00
parent f9a7f03239
commit db2cfd3503
2 changed files with 0 additions and 7 deletions

View File

@ -19,9 +19,6 @@
new OpenLayers.Control.Navigation(),
new OpenLayers.Control.PanZoomBar(),
new OpenLayers.Control.MousePosition(),
new OpenLayers.Control.TouchNavigation({
dragPanOptions: { enableKinetic: true }
}),
new OpenLayers.Control.Attribution()],
maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),
maxResolution: 156543.0399,

View File

@ -112,10 +112,6 @@
new OpenLayers.Control.Navigation(),
new OpenLayers.Control.PanZoomBar(),
new OpenLayers.Control.MousePosition(),
new OpenLayers.Control.TouchNavigation({
dragPanOptions: { enableKinetic: true }
}),
new OpenLayers.Control.Attribution()],
maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),
maxResolution: 156543.0399,