Commit 88c9f0ee3018a8106e475fd4cf4802201805dc3e

Authored by Edmar Moretti
1 parent dc63b7bd

-

Showing 1 changed file with 1 additions and 0 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 "+lonlat.lon)
1911 if (!lonlat) { 1912 if (!lonlat) {
1912 return; 1913 return;
1913 } 1914 }