Commit fcadd4a1e65fd62c7e233cb33a8ac2c0c4878828
1 parent
47292ad3
Exists in
master
and in
7 other branches
Atualização do sistema de administração na versão 6.0 do i3Geo
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
.settings/org.eclipse.wst.common.project.facet.core.xml
100644 → 100755
ferramentas/animagif/exec.php
@@ -22,6 +22,7 @@ if(empty($_GET)){ | @@ -22,6 +22,7 @@ if(empty($_GET)){ | ||
22 | } | 22 | } |
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 | 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 | //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 | 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 | include("../../ms_configura.php"); | 26 | include("../../ms_configura.php"); |
26 | include("../../classesphp/funcoes_gerais.php"); | 27 | include("../../classesphp/funcoes_gerais.php"); |
27 | include("../../classesphp/pega_variaveis.php"); | 28 | include("../../classesphp/pega_variaveis.php"); |
@@ -318,6 +319,7 @@ foreach($listaunica as $d){ | @@ -318,6 +319,7 @@ foreach($listaunica as $d){ | ||
318 | } | 319 | } |
319 | $imagens[] = $nomec; | 320 | $imagens[] = $nomec; |
320 | $duracao[] = $tempo; | 321 | $duracao[] = $tempo; |
322 | + //$mapa->save($arqtemp.".map");exit; | ||
321 | } | 323 | } |
322 | 324 | ||
323 | //junta as imagens no gif | 325 | //junta as imagens no gif |