Commit bfa47e9c62a4c9f68c775cce66b25237de6a480d

Authored by Edmar Moretti
1 parent 02f1c277

Correção no posicionamento da barra de botões

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
exemplos/mashup5.htm
... ... @@ -70,7 +70,9 @@ i3GEO.configura.iniciaJanelaMensagens = false
70 70 i3GEO.idioma.MOSTRASELETOR = false
71 71 i3GEO.configura.mashuppar = "&mapext=-53 -26 -42 -18";
72 72 i3GEO.barraDeBotoes.PERMITEFECHAR = false
73   -i3GEO.cria()
  73 +i3GEO.interface.BARRABOTOESLEFT = 250;
  74 +i3GEO.interface.BARRABOTOESTOP = 100;
  75 +i3GEO.cria();
74 76 i3GEO.inicia();
75 77  
76 78 </script>
... ...