Commit d96b31c8cf9a8897b4ded02fa04a51da33f52444

Authored by Edmar Moretti
1 parent 187e09cc

--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;
... ...