Commit fcadd4a1e65fd62c7e233cb33a8ac2c0c4878828

Authored by Edmar Moretti
1 parent 47292ad3

Atualização do sistema de administração na versão 6.0 do i3Geo

.settings/org.eclipse.wst.common.project.facet.core.xml 100644 → 100755
ferramentas/animagif/exec.php
... ... @@ -22,6 +22,7 @@ if(empty($_GET)){
22 22 }
23 23 //http://localhost/i3geo/ferramentas/animagif/exec.php?operador=lt&nulos=-&transparente=nao&legenda=sim&tema=_llocalianimagif&colunat=ANOCRIA&w=500&h=500&mapext=-74%20-32%20-34%204
24 24 //http://localhost:8014/i3geo/ferramentas/animagif/exec.php?transparente=nao&legenda=sim&tema=dengue_casos_provaveis&colunat=semana_ano_epidemiologico&w=500&h=500&mapext=-74%20-32%20-34%204
  25 +//http://localhost/i3geo/ferramentas/animagif/exec.php?nulos=-,0&transparente=sim&legenda=nao&tema=_llocalianimagif&colunat=ANOCRIA&w=500&h=500&mapext=-74%20-32%20-34%204&tipocolunat=string
25 26 include("../../ms_configura.php");
26 27 include("../../classesphp/funcoes_gerais.php");
27 28 include("../../classesphp/pega_variaveis.php");
... ... @@ -318,6 +319,7 @@ foreach($listaunica as $d){
318 319 }
319 320 $imagens[] = $nomec;
320 321 $duracao[] = $tempo;
  322 + //$mapa->save($arqtemp.".map");exit;
321 323 }
322 324  
323 325 //junta as imagens no gif
... ...