Commit 40fcadd2d8f47d640090807c8636a65582393fb8
1 parent
3da90407
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
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