Commit 2beb06983c7b60d66a0e8459af69ff7b9c1ab352
1 parent
c14dbf15
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
classesjs/classe_interface.js
| @@ -1908,6 +1908,7 @@ i3GEO.Interface = { | @@ -1908,6 +1908,7 @@ i3GEO.Interface = { | ||
| 1908 | e = null; | 1908 | e = null; |
| 1909 | } | 1909 | } |
| 1910 | lonlat = i3geoOL.getLonLatFromPixel(p); | 1910 | lonlat = i3geoOL.getLonLatFromPixel(p); |
| 1911 | + alert("calcCoord "+objposicaocursor.ddx+" "+objposicaocursor.ddy) | ||
| 1911 | if (!lonlat) { | 1912 | if (!lonlat) { |
| 1912 | return; | 1913 | return; |
| 1913 | } | 1914 | } |
classesjs/classe_mapa.js
| @@ -1664,7 +1664,7 @@ i3GEO.mapa = | @@ -1664,7 +1664,7 @@ i3GEO.mapa = | ||
| 1664 | configura.locaplic); | 1664 | configura.locaplic); |
| 1665 | } | 1665 | } |
| 1666 | }; | 1666 | }; |
| 1667 | - //alert(objposicaocursor.ddx+" "+objposicaocursor.ddy) | 1667 | + alert("identifica "+objposicaocursor.ddx+" "+objposicaocursor.ddy) |
| 1668 | i3GEO.php.identifica3( | 1668 | i3GEO.php.identifica3( |
| 1669 | retorna, | 1669 | retorna, |
| 1670 | objposicaocursor.ddx, | 1670 | objposicaocursor.ddx, |