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