Commit 600d20793cde28d0bc9ff2c302b474b82093d1c8
1 parent
f726638f
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -283,7 +283,7 @@ i3GEO.eventos = | @@ -283,7 +283,7 @@ i3GEO.eventos = | ||
283 | i3GEOtouchesPosMapa = i3GEO.util.pegaPosicaoObjeto($i(i3GEO.Interface.IDMAPA)); | 283 | i3GEOtouchesPosMapa = i3GEO.util.pegaPosicaoObjeto($i(i3GEO.Interface.IDMAPA)); |
284 | } | 284 | } |
285 | pos = i3GEOtouchesPosMapa; | 285 | pos = i3GEOtouchesPosMapa; |
286 | - p = new google.maps.Point(e.clientX - pos[0],e.clientY - pos[1]); | 286 | + p = new google.maps.Point(exy.clientX - pos[0],exy.clientY - pos[1]); |
287 | e = null; | 287 | e = null; |
288 | lonlat = i3GeoMapOverlay.getProjection().fromContainerPixelToLatLng(p); | 288 | lonlat = i3GeoMapOverlay.getProjection().fromContainerPixelToLatLng(p); |
289 | if(lonlat){ | 289 | if(lonlat){ |