Commit 40fcadd2d8f47d640090807c8636a65582393fb8

Authored by Edmar Moretti
1 parent 3da90407

--no commit message

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