Commit 093c0925e0ddf7f6cc89f895d3ddac57d73ee568

Authored by Edmar Moretti
1 parent 0c3b5776

-

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
classesjs/classe_eventos.js
... ... @@ -531,8 +531,9 @@ i3GEO.eventos =
531 531 };
532 532 docMapa.ontouchend = function(exy) {
533 533 if(i3GEO.Interface.ATUAL === "googlemaps"){
534   - alert("Oi")
535 534 if (i3GEO.eventos.cliquePerm.status === true) {
  535 + exy = exy.latLng;
  536 + alert(exy.lng())
536 537 i3GEO.eventos.mouseupMapa(exy);
537 538 }
538 539 i3GEO.eventos.cliquePerm.status = true;
... ...