Commit 0c3b5776cf4453bb6a5eeca0aa24eb0eb80a0421

Authored by Edmar Moretti
1 parent 8ba3719b

-

classesjs/classe_eventos.js
... ... @@ -531,6 +531,7 @@ i3GEO.eventos =
531 531 };
532 532 docMapa.ontouchend = function(exy) {
533 533 if(i3GEO.Interface.ATUAL === "googlemaps"){
  534 + alert("Oi")
534 535 if (i3GEO.eventos.cliquePerm.status === true) {
535 536 i3GEO.eventos.mouseupMapa(exy);
536 537 }
... ...
classesjs/classe_interface.js
... ... @@ -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 2922 retornaIndiceLayer : function(nomeLayer) {
2938 2923 var i = false;
... ...