Skip to content

Commit 6f341b1

Browse files
committed
Use Navigation control for mousewheel zoom on desktop devices
1 parent cdd1b75 commit 6f341b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mobile-wmts-vienna.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var map;
104104
maxResolution: 156543.0339,
105105
numZoomLevels: 20,
106106
controls: [
107-
new OpenLayers.Control.TouchNavigation({
107+
new OpenLayers.Control.Navigation({
108108
mouseWheelOptions: {
109109
cumulative: false,
110110
interval: 20

0 commit comments

Comments
 (0)