Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
59fde1c71f40d3e1466a7a0088a080e018e48ed2
Authored by
Edmar Moretti
2015-01-31 14:09:53 +0000
1 parent
88c9f0ee
Exists in
master
and in
7 other branches
composer
,
doc-root
,
docker
,
guia
,
licenca
,
readme
,
unmaintened
-
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
classesjs/classe_interface.js
Side-by-side Diff
Inline Diff
classesjs/classe_interface.js
Wrap text
Diff comments
View file @
59fde1c
...
...
@@ -1908,7 +1908,6 @@ i3GEO.Interface = {
1908
1908
e = null;
1909
1909
}
1910
1910
lonlat = i3geoOL.getLonLatFromPixel(p);
1911
- alert("calcCoord "+lonlat.lon)
1912
1911
if (!lonlat) {
1913
1912
return;
1914
1913
}
...
...