Commit a8d80b388a4d6c347af313e79db055c2301950b5
1 parent
093c0925
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
classesjs/classe_eventos.js
... | ... | @@ -532,8 +532,8 @@ i3GEO.eventos = |
532 | 532 | docMapa.ontouchend = function(exy) { |
533 | 533 | if(i3GEO.Interface.ATUAL === "googlemaps"){ |
534 | 534 | if (i3GEO.eventos.cliquePerm.status === true) { |
535 | - exy = exy.latLng; | |
536 | - alert(exy.lng()) | |
535 | + //exy = exy.latLng; | |
536 | + alert(exy) | |
537 | 537 | i3GEO.eventos.mouseupMapa(exy); |
538 | 538 | } |
539 | 539 | i3GEO.eventos.cliquePerm.status = true; | ... | ... |