Commit 0c3b5776cf4453bb6a5eeca0aa24eb0eb80a0421
1 parent
8ba3719b
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
1 additions
and
15 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -531,6 +531,7 @@ i3GEO.eventos = | @@ -531,6 +531,7 @@ i3GEO.eventos = | ||
531 | }; | 531 | }; |
532 | docMapa.ontouchend = function(exy) { | 532 | docMapa.ontouchend = function(exy) { |
533 | if(i3GEO.Interface.ATUAL === "googlemaps"){ | 533 | if(i3GEO.Interface.ATUAL === "googlemaps"){ |
534 | + alert("Oi") | ||
534 | if (i3GEO.eventos.cliquePerm.status === true) { | 535 | if (i3GEO.eventos.cliquePerm.status === true) { |
535 | i3GEO.eventos.mouseupMapa(exy); | 536 | i3GEO.eventos.mouseupMapa(exy); |
536 | } | 537 | } |
classesjs/classe_interface.js
@@ -2918,21 +2918,6 @@ i3GEO.Interface = { | @@ -2918,21 +2918,6 @@ i3GEO.Interface = { | ||
2918 | }; | 2918 | }; |
2919 | } | 2919 | } |
2920 | ); | 2920 | ); |
2921 | - | ||
2922 | - google.maps.event.addListener( | ||
2923 | - i3GeoMap, | ||
2924 | - "touchend", | ||
2925 | - function(e) { | ||
2926 | - alert("oi") | ||
2927 | - e.preventDefault(); | ||
2928 | - //calcCoord(e); | ||
2929 | - if (i3GEO.eventos.cliquePerm.status === true) { | ||
2930 | - i3GEO.eventos.mouseupMapa(e); | ||
2931 | - } | ||
2932 | - i3GEO.eventos.cliquePerm.status = true; | ||
2933 | - } | ||
2934 | - ); | ||
2935 | - | ||
2936 | }, | 2921 | }, |
2937 | retornaIndiceLayer : function(nomeLayer) { | 2922 | retornaIndiceLayer : function(nomeLayer) { |
2938 | var i = false; | 2923 | var i = false; |