Commit f3b3355554110471ae58be1442f3869b3a6321da
1 parent
43f2d76f
Exists in
master
and in
7 other branches
Correções na janela de análise das ferramentas metaestat
Showing
1 changed file
with
10 additions
and
4 deletions
Show diff stats
ferramentas/metaestat/index.js
... | ... | @@ -326,7 +326,7 @@ i3GEOF.metaestat = { |
326 | 326 | return; |
327 | 327 | } |
328 | 328 | i3GEO.mapa.ativaTema($i("i3geoCartoAnaliseCamadasCombo").value); |
329 | - i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.toponimia()","toponimia","toponimia","index.js","i3GEOF.metaestat.analise.abreToponimia()"); | |
329 | + i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.toponimia()","toponimia","toponimia","dependencias.php","i3GEOF.metaestat.analise.abreToponimia()"); | |
330 | 330 | }, |
331 | 331 | /** |
332 | 332 | * Obtem os parametros necessarios ao funcionamento de i3GEOF.metaestat.analise.toponimia() |
... | ... | @@ -579,7 +579,7 @@ i3GEOF.metaestat = { |
579 | 579 | * Executa i3GEO.tema.dialogo.tme() com a funcao i3GEOF.metaestat.analise.abreTme() |
580 | 580 | */ |
581 | 581 | ativaTme: function(){ |
582 | - i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.tme()","tme","tme","index.js","i3GEOF.metaestat.analise.abreTme()"); | |
582 | + i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.tme()","tme","tme","dependencias.php","i3GEOF.metaestat.analise.abreTme()"); | |
583 | 583 | }, |
584 | 584 | /** |
585 | 585 | * Abre a ferramenta de visualização em 3d |
... | ... | @@ -680,7 +680,7 @@ i3GEOF.metaestat = { |
680 | 680 | * executa i3GEO.mapa.dialogo.animacao() com a funcao i3GEOF.metaestat.analise.listaCamadasAnimacao() |
681 | 681 | */ |
682 | 682 | ativaAnimacao: function(){ |
683 | - i3GEO.util.dialogoFerramenta("i3GEO.mapa.dialogo.animacao()","animacao","animacao","index.js","i3GEOF.metaestat.analise.listaCamadasAnimacao()"); | |
683 | + i3GEO.util.dialogoFerramenta("i3GEO.mapa.dialogo.animacao()","animacao","animacao","dependencias.php","i3GEOF.metaestat.analise.listaCamadasAnimacao()"); | |
684 | 684 | }, |
685 | 685 | /** |
686 | 686 | * Lista as camadas que podem ser usadas na ferramenta de animacao |
... | ... | @@ -746,7 +746,13 @@ i3GEOF.metaestat = { |
746 | 746 | * Executa i3GEO.tema.dialogo.editaLegenda() |
747 | 747 | */ |
748 | 748 | alteraClasses: function(){ |
749 | - i3GEO.util.dialogoFerramenta("i3GEO.tema.dialogo.editaLegenda()","legenda","legenda","index.js","i3GEOF.metaestat.analise.ativaEditorLegenda()"); | |
749 | + i3GEO.util.dialogoFerramenta( | |
750 | + "i3GEO.tema.dialogo.editaLegenda()", | |
751 | + "legenda", | |
752 | + "legenda", | |
753 | + "dependencias.php", | |
754 | + "i3GEOF.metaestat.analise.ativaEditorLegenda()" | |
755 | + ); | |
750 | 756 | }, |
751 | 757 | /** |
752 | 758 | * Ativa a ferramenta que permite modificar o degrade de cores utilizado | ... | ... |