Commit e4e6ecd190dd1689a4fdb76c252632cb4cc8d5de

Authored by Edmar Moretti
1 parent c71febe5

-

classesjs/classe_eventos.js
... ... @@ -527,6 +527,7 @@ i3GEO.eventos =
527 527 i3GEO.eventos.mousecliqueMapa(exy);
528 528 };
529 529 docMapa.onmouseup = function(exy) {
  530 + alert("mouseup")
530 531 i3GEO.eventos.mouseupMapa(exy);
531 532 };
532 533 docMapa.ontouchend = function(exy) {
... ...
classesjs/classe_mapa.js
... ... @@ -1535,6 +1535,7 @@ i3GEO.mapa =
1535 1535 i3GEO.Interface.googleearth.aguarde.visibility = "visible";
1536 1536 }
1537 1537 retorna = function(retorno) {
  1538 + //TODO remover
1538 1539 alert("ok")
1539 1540 var classeCor, temp, n, i, mostra, res, temas, ntemas, titulo, tips, j, ntips, ins, r, ds, nds, s, configura = i3GEO.configura, tipotip = configura.tipotip;
1540 1541 i3GEO.eventos.cliquePerm.status = true;
... ... @@ -1664,6 +1665,7 @@ i3GEO.mapa =
1664 1665 configura.locaplic);
1665 1666 }
1666 1667 };
  1668 + //TODO remover
1667 1669 alert(objposicaocursor.ddx+" "+objposicaocursor.ddy)
1668 1670 i3GEO.php.identifica3(
1669 1671 retorna,
... ...