Commit 2beb06983c7b60d66a0e8459af69ff7b9c1ab352

Authored by Edmar Moretti
1 parent c14dbf15

-

classesjs/classe_interface.js
... ... @@ -1908,6 +1908,7 @@ i3GEO.Interface = {
1908 1908 e = null;
1909 1909 }
1910 1910 lonlat = i3geoOL.getLonLatFromPixel(p);
  1911 + alert("calcCoord "+objposicaocursor.ddx+" "+objposicaocursor.ddy)
1911 1912 if (!lonlat) {
1912 1913 return;
1913 1914 }
... ...
classesjs/classe_mapa.js
... ... @@ -1664,7 +1664,7 @@ i3GEO.mapa =
1664 1664 configura.locaplic);
1665 1665 }
1666 1666 };
1667   - //alert(objposicaocursor.ddx+" "+objposicaocursor.ddy)
  1667 + alert("identifica "+objposicaocursor.ddx+" "+objposicaocursor.ddy)
1668 1668 i3GEO.php.identifica3(
1669 1669 retorna,
1670 1670 objposicaocursor.ddx,
... ...