Commit 40fcadd2d8f47d640090807c8636a65582393fb8

Authored by Edmar Moretti
1 parent 3da90407

--no commit message

classesjs/classe_eventos.js
... ... @@ -505,6 +505,7 @@ i3GEO.eventos = {
505 505 {i3GEO.eventos.mousedownMapa();}
506 506 };
507 507 docMapa.onclick = function(exy){
  508 +
508 509 //if(typeof(console) !== 'undefined'){console.error("click");}
509 510 if(!i3GEO.eventos.botaoDireita(exy))
510 511 {i3GEO.eventos.mousecliqueMapa();}
... ... @@ -545,6 +546,7 @@ i3GEO.eventos = {
545 546 ixg,ixm,ixs,iyg,iym,iys
546 547 */
547 548 cliqueCapturaPt: function(ixg,ixm,ixs,iyg,iym,iys){
  549 + alert("oi")
548 550 if(typeof(console) !== 'undefined'){console.info("i3GEO.eventos.cliqueCapturaPt()");}
549 551 var x,y,doc = document;
550 552 if(arguments.length === 0){
... ...
interface/openlayersdebug.htm
... ... @@ -311,7 +311,6 @@ i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true;
311 311 //i3GEO.configura.sid = "";
312 312 i3GEO.janela.TRANSICAOSUAVE = true;
313 313 i3GEO.inicia();
314   -alert(DetectaMobile("DetectTierTablet"));
315 314 </script>
316 315 </body>
317 316 </html>
... ...