Commit ce06c35d78076ec4aab251d83ec945a7b4528478
1 parent
f73e1f31
Exists in
master
and in
7 other branches
--no commit message
Showing
8 changed files
with
11 additions
and
8 deletions
Show diff stats
classesjs/classe_editorgm.js
... | ... | @@ -1023,7 +1023,7 @@ i3GEO.editorGM = { |
1023 | 1023 | }; |
1024 | 1024 | cpJSON.call(p,"foo",temp,"&codigo_tipo_regiao="+codigo_tipo_regiao+"&id_medida_variavel="+id_medida_variavel+"&x="+i3GEO.editorGM.editarAtributos.x+"&y="+i3GEO.editorGM.editarAtributos.y); |
1025 | 1025 | }, |
1026 | - //TODO redesenhar as camadas que sofrerem alteracoes em funcao do salvar ou excluir | |
1026 | + //FIXME redesenhar as camadas que sofrerem alteracoes em funcao do salvar ou excluir | |
1027 | 1027 | /** |
1028 | 1028 | * Exclui o valor de uma medida de variavel para o componente de uma regiao |
1029 | 1029 | */ | ... | ... |
classesjs/classe_interface.js
... | ... | @@ -2464,7 +2464,7 @@ i3GEO.Interface = { |
2464 | 2464 | i3GeoMap |
2465 | 2465 | ); |
2466 | 2466 | p.baloes.push(b); |
2467 | - //TODO resolver icone do cadeado | |
2467 | + //FIXME resolver icone do cadeado | |
2468 | 2468 | /* |
2469 | 2469 | google.maps.event.addListenerOnce(b,'domready',function(){ |
2470 | 2470 | var p,c,a = $i(e); | ... | ... |
classesjs/classe_login.js
classesphp/classe_selecao.php
... | ... | @@ -494,7 +494,7 @@ $valor - Valor. |
494 | 494 | */ |
495 | 495 | function selecaoAtributos2($filtro,$tipo) |
496 | 496 | { |
497 | - //TODO nao funciona com LATIN1 na string de conexao | |
497 | + //FIXME nao funciona com LATIN1 na string de conexao | |
498 | 498 | $items = pegaItens($this->layer); |
499 | 499 | if ($tipo == "novo") |
500 | 500 | { | ... | ... |
ferramentas/legenda/dicionario.js
... | ... | @@ -446,7 +446,7 @@ i3GEOF.legenda.dicionario = { |
446 | 446 | es : "" |
447 | 447 | } ], |
448 | 448 | 'simbolo' : [ { |
449 | - pt : "Símbolo", | |
449 | + pt : "Símbolo<br>(Você pode usar o caminho absoluto de uma imagem PNG existente no servidor)", | |
450 | 450 | en : "", |
451 | 451 | es : "" |
452 | 452 | } ], | ... | ... |
ferramentas/legenda/exec.php
... | ... | @@ -77,7 +77,7 @@ Acrescenta a contagem de elementos em cada classe. |
77 | 77 | <Legenda->tabelaLegenda> |
78 | 78 | */ |
79 | 79 | case "CONTAGEMCLASSE": |
80 | - //TODO apresenta erro com palavras acentuadas | |
80 | + //FIXME apresenta erro com palavras acentuadas | |
81 | 81 | include_once(dirname(__FILE__)."/../../classesphp/classe_legenda.php"); |
82 | 82 | $m = new Legenda($map_file,$locaplic,$tema); |
83 | 83 | $r = $m->tabelaLegenda("sim"); | ... | ... |
ferramentas/legenda/index.js
... | ... | @@ -1447,6 +1447,7 @@ i3GEOF.legenda = |
1447 | 1447 | linha = i3GEOF.legenda.estilos[i3GEOF.legenda.estilo]; |
1448 | 1448 | linha = linha.split("#"); |
1449 | 1449 | tipoLayer = linha[0]; |
1450 | + //FIXME angulo aparece como undefined | |
1450 | 1451 | d = |
1451 | 1452 | "<table class=lista6 >" |
1452 | 1453 | + "<tr><td>" |
... | ... | @@ -1780,6 +1781,7 @@ i3GEOF.legenda = |
1780 | 1781 | adicionaProcesso : function(s) { |
1781 | 1782 | $i("i3GEOlegendaprocessos").innerHTML += $inputText("", "", "", "", 50, s.value); |
1782 | 1783 | }, |
1784 | + //FIXME a aplicacao do simbolo nao funciona | |
1783 | 1785 | aplicaTodasClasses : function(parametro,id){ |
1784 | 1786 | var valor = $i(id).value; |
1785 | 1787 | i3GEO.janela.confirma( | ... | ... |
ferramentas/selecao/index.js
... | ... | @@ -736,7 +736,7 @@ i3GEOF.selecao = { |
736 | 736 | } |
737 | 737 | } |
738 | 738 | }, |
739 | - //TODO nao funciona no googlemaps | |
739 | + //FIXME nao funciona no googlemaps | |
740 | 740 | googlemaps: { |
741 | 741 | inicia: function(){ |
742 | 742 | var n,i, |
... | ... | @@ -1013,8 +1013,8 @@ i3GEOF.selecao = { |
1013 | 1013 | interrogacao.onclick = function(){ |
1014 | 1014 | var obj = (this.parentNode.parentNode.getElementsByTagName("input"))[0], |
1015 | 1015 | itemTema = (this.parentNode.parentNode.getElementsByTagName("select"))[0].value; |
1016 | - //TODO ordenar a lista de valores e remover apostrofe | |
1017 | - //TODO limpar lista ao selecionar um novo campo | |
1016 | + //FIXME ordenar a lista de valores e remover apostrofe | |
1017 | + //FIXME limpar lista ao selecionar um novo campo | |
1018 | 1018 | i3GEO.util.comboValoresItem( |
1019 | 1019 | "i3GEOselecaocbitens", |
1020 | 1020 | i3GEO.temaAtivo, | ... | ... |