From aef281e14ea7b6e9827cbe6c0720a750d3a25e70 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sun, 20 May 2012 04:09:51 +0000 Subject: [PATCH] --- classesjs/classe_configura.js | 2 +- classesjs/classe_util.js | 15 ++++++++------- interface/googlemapsdebug.phtml | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 183 insertions(+), 8 deletions(-) create mode 100644 interface/googlemapsdebug.phtml diff --git a/classesjs/classe_configura.js b/classesjs/classe_configura.js index f1677f8..129f851 100644 --- a/classesjs/classe_configura.js +++ b/classesjs/classe_configura.js @@ -795,7 +795,7 @@ i3GEO.configura = { eval(i3GEO.configura.funcaoIdentifica); } var temp = function(){ - $i("i3GEOmarcaIdentifica").style.display = "none"; + //$i("i3GEOmarcaIdentifica").style.display = "none"; }, i; i3GEO.util.criaPin("i3GEOmarcaIdentifica",i3GEO.configura.locaplic+"/imagens/marcaidentify.png",48,48,temp); diff --git a/classesjs/classe_util.js b/classesjs/classe_util.js index a948f6a..3c68c2b 100644 --- a/classesjs/classe_util.js +++ b/classesjs/classe_util.js @@ -625,10 +625,10 @@ i3GEO.util = { imagem = i3GEO.configura.locaplic+'/imagens/marker.png'; } if(arguments.length < 3 || w === ""){ - w = "21px"; + w = 21; } if(arguments.length < 4 || h === ""){ - h = "25px"; + h = 25; } if (!$i(id)) { @@ -636,8 +636,10 @@ i3GEO.util = { novoel.id = id; novoel.style.zIndex=10000; novoel.style.position="absolute"; - novoel.style.width=w; - novoel.style.height=h; + novoel.style.width=parseInt(w,10)+"px"; + novoel.style.height=parseInt(h,10)+"px"; + novoel.style.top="0px"; + novoel.style.left="0px"; novoel.src = imagem; if(id === "boxpin") {novoel.onmouseover = function(){$i("boxpin").style.display="none";};} @@ -1320,9 +1322,8 @@ i3GEO.util = { script.onreadystatechange = function(){ if(this.readyState === 'loaded' || this.readyState === 'complete') { - if(i3GEO.janela && aguarde === true){ + if(i3GEO.janela){ i3GEO.janela.fechaAguarde(id+"aguarde"); - i3GEO.janela.ESTILOAGUARDE = tipojanela; } eval(ini); } @@ -1332,11 +1333,11 @@ i3GEO.util = { script.onload=function(){ if(i3GEO.janela){ i3GEO.janela.fechaAguarde(id+"aguarde"); - i3GEO.janela.ESTILOAGUARDE = tipojanela; } eval(ini); }; } + i3GEO.janela.ESTILOAGUARDE = tipojanela; } script.src= js; if(id !== "") diff --git a/interface/googlemapsdebug.phtml b/interface/googlemapsdebug.phtml new file mode 100644 index 0000000..cdae158 --- /dev/null +++ b/interface/googlemapsdebug.phtml @@ -0,0 +1,174 @@ + + + + + + +i3GEO - Google Maps + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + +

i3Geo - Software livre para criação de mapas interativos e geoprocessamento

Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro

logomarca
+ +
+ +
+ + +
+ + + + + + \ No newline at end of file -- libgit2 0.21.2