Commit cd5078167c10a86c5feaac37abd8a6b9aa2c3a37

Authored by Edmar Moretti
1 parent 6c366e9c

-

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
classesjs/classe_eventos.js
@@ -278,6 +278,7 @@ i3GEO.eventos = @@ -278,6 +278,7 @@ i3GEO.eventos =
278 i3GEO.eventos.executaEventos(this.MOUSEUP); 278 i3GEO.eventos.executaEventos(this.MOUSEUP);
279 } else { 279 } else {
280 if (i3GEO.Interface.ATUAL === "googlemaps" && exy.target && !exy.target.src) { 280 if (i3GEO.Interface.ATUAL === "googlemaps" && exy.target && !exy.target.src) {
  281 + alert("oi")
281 i3GEO.eventos.executaEventos(this.MOUSEUP); 282 i3GEO.eventos.executaEventos(this.MOUSEUP);
282 } 283 }
283 if (i3GEO.Interface.ATUAL === "openlayers" && exy.target && (i3GEO.desenho.layergrafico || exy.target.style.zIndex == "" || exy.target.style.zIndex == 1)) { 284 if (i3GEO.Interface.ATUAL === "openlayers" && exy.target && (i3GEO.desenho.layergrafico || exy.target.style.zIndex == "" || exy.target.style.zIndex == 1)) {
@@ -527,8 +528,7 @@ i3GEO.eventos = @@ -527,8 +528,7 @@ i3GEO.eventos =
527 i3GEO.eventos.mousecliqueMapa(exy); 528 i3GEO.eventos.mousecliqueMapa(exy);
528 }; 529 };
529 docMapa.onmouseup = function(exy) { 530 docMapa.onmouseup = function(exy) {
530 - alert(i3GEO.eventos.cliquePerm.status);  
531 - alert(exy) 531 + //funciona no googlemaps tbm
532 i3GEO.eventos.mouseupMapa(exy); 532 i3GEO.eventos.mouseupMapa(exy);
533 }; 533 };
534 docMapa.ontouchmove = function(exy) { 534 docMapa.ontouchmove = function(exy) {