Commit cd5078167c10a86c5feaac37abd8a6b9aa2c3a37
1 parent
6c366e9c
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesjs/classe_eventos.js
| ... | ... | @@ -278,6 +278,7 @@ i3GEO.eventos = |
| 278 | 278 | i3GEO.eventos.executaEventos(this.MOUSEUP); |
| 279 | 279 | } else { |
| 280 | 280 | if (i3GEO.Interface.ATUAL === "googlemaps" && exy.target && !exy.target.src) { |
| 281 | + alert("oi") | |
| 281 | 282 | i3GEO.eventos.executaEventos(this.MOUSEUP); |
| 282 | 283 | } |
| 283 | 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 | 528 | i3GEO.eventos.mousecliqueMapa(exy); |
| 528 | 529 | }; |
| 529 | 530 | docMapa.onmouseup = function(exy) { |
| 530 | - alert(i3GEO.eventos.cliquePerm.status); | |
| 531 | - alert(exy) | |
| 531 | + //funciona no googlemaps tbm | |
| 532 | 532 | i3GEO.eventos.mouseupMapa(exy); |
| 533 | 533 | }; |
| 534 | 534 | docMapa.ontouchmove = function(exy) { | ... | ... |