Commit d96b31c8cf9a8897b4ded02fa04a51da33f52444
1 parent
187e09cc
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
classesjs/classe_interface.js
... | ... | @@ -770,13 +770,6 @@ i3GEO.Interface = |
770 | 770 | i3GEO.Interface.openlayers.parametrosMap.allOverlays = false; |
771 | 771 | } |
772 | 772 | |
773 | - i3GEO.Interface.openlayers.parametrosMap.controls.push(new OpenLayers.Control.TouchNavigation({ | |
774 | - dragPanOptions : { | |
775 | - interval : 100, | |
776 | - enableKinetic : true | |
777 | - } | |
778 | - })); | |
779 | - i3GEO.Interface.openlayers.parametrosMap.controls.push(new OpenLayers.Control.PinchZoom()); | |
780 | 773 | |
781 | 774 | if (i3GEO.Interface.TABLET === true) { |
782 | 775 | i3GEO.Interface.openlayers.parametrosMap.theme = null; | ... | ... |