Commit 57ef51c800d20fd894be20eea2b069f9ea518587

Authored by Edmar Moretti
1 parent c70e059d

-

classesjs/classe_interface.js
... ... @@ -2464,6 +2464,7 @@ i3GEO.Interface = {
2464 2464 i3GeoMap
2465 2465 );
2466 2466 p.baloes.push(b);
  2467 + //TODO incluir icone para abrir identifica completo
2467 2468 //FIXME resolver icone do cadeado
2468 2469 /*
2469 2470 google.maps.event.addListenerOnce(b,'domready',function(){
... ...
interface/black_gm.phtml
... ... @@ -112,7 +112,7 @@ include_once("../ms_configura.php");
112 112 i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo";
113 113 i3GEO.Interface.ATUAL = "googlemaps";
114 114 i3GEO.Interface.IDCORPO = "contemImg";
115   -i3GEO.configura.diminuixN = 20;
  115 +i3GEO.configura.diminuixN = 0;
116 116  
117 117 i3GEO.configura.autotamanho = false;
118 118 i3GEO.Interface.openlayers.TILES = true;
... ...