Commit 757314ca91f1225620da272c980e5e4ce5523854
1 parent
466ef2a5
Exists in
master
and in
7 other branches
Correção na aplicação de alteração na cor de seleção
Showing
58 changed files
with
6 additions
and
16 deletions
Show diff stats
classesphp/classe_mapa.php
| @@ -1016,17 +1016,14 @@ class Mapa | @@ -1016,17 +1016,14 @@ class Mapa | ||
| 1016 | $cor - RGB separado por vírgula. Se a cor for vazia, retorna a cor atual. | 1016 | $cor - RGB separado por vírgula. Se a cor for vazia, retorna a cor atual. |
| 1017 | 1017 | ||
| 1018 | */ | 1018 | */ |
| 1019 | - function corQM($cor) | ||
| 1020 | - { | 1019 | + function corQM($cor){ |
| 1021 | $c = $this->mapa->querymap->color; | 1020 | $c = $this->mapa->querymap->color; |
| 1022 | - if ($cor != "") | ||
| 1023 | - { | 1021 | + if ($cor != ""){ |
| 1024 | $cores = explode(",",$cor); | 1022 | $cores = explode(",",$cor); |
| 1025 | $c->setrgb($cores[0],$cores[1],$cores[2]); | 1023 | $c->setrgb($cores[0],$cores[1],$cores[2]); |
| 1026 | $retorno = "ok"; | 1024 | $retorno = "ok"; |
| 1027 | } | 1025 | } |
| 1028 | - else | ||
| 1029 | - { | 1026 | + else{ |
| 1030 | $retorno = $c->red.",".$c->green.",".$c->blue; | 1027 | $retorno = $c->red.",".$c->green.",".$c->blue; |
| 1031 | } | 1028 | } |
| 1032 | return ($retorno); | 1029 | return ($retorno); |
ferramentas/opcoes_querymap/index.js
| @@ -87,7 +87,7 @@ i3GEOF.opcoesQuery = { | @@ -87,7 +87,7 @@ i3GEOF.opcoesQuery = { | ||
| 87 | titulo = "<span class='i3GeoTituloJanelaBsNolink' >" + $trad("p8") + "</span></div>"; | 87 | titulo = "<span class='i3GeoTituloJanelaBsNolink' >" + $trad("p8") + "</span></div>"; |
| 88 | janela = i3GEO.janela.cria( | 88 | janela = i3GEO.janela.cria( |
| 89 | "220px", | 89 | "220px", |
| 90 | - "80px", | 90 | + "120px", |
| 91 | "", | 91 | "", |
| 92 | "", | 92 | "", |
| 93 | "", | 93 | "", |
| @@ -112,13 +112,6 @@ i3GEOF.opcoesQuery = { | @@ -112,13 +112,6 @@ i3GEOF.opcoesQuery = { | ||
| 112 | i3GEOF.opcoesQuery.inicia(divid); | 112 | i3GEOF.opcoesQuery.inicia(divid); |
| 113 | }, | 113 | }, |
| 114 | /* | 114 | /* |
| 115 | - Function: corj | ||
| 116 | - | ||
| 117 | - Abre a janela para o usuário selecionar uma cor interativamente | ||
| 118 | - */ | ||
| 119 | - corj: function(obj) | ||
| 120 | - {i3GEO.util.abreCor("",obj);}, | ||
| 121 | - /* | ||
| 122 | Function: executa | 115 | Function: executa |
| 123 | 116 | ||
| 124 | Aplica os parametros definidos | 117 | Aplica os parametros definidos |
| @@ -133,7 +126,7 @@ i3GEOF.opcoesQuery = { | @@ -133,7 +126,7 @@ i3GEOF.opcoesQuery = { | ||
| 133 | i3GEOF.opcoesQuery.aguarde.visibility = "visible"; | 126 | i3GEOF.opcoesQuery.aguarde.visibility = "visible"; |
| 134 | var temp = function(){ | 127 | var temp = function(){ |
| 135 | i3GEOF.opcoesQuery.aguarde.visibility = "hidden"; | 128 | i3GEOF.opcoesQuery.aguarde.visibility = "hidden"; |
| 136 | - i3GEO.atualiza(); | 129 | + i3GEO.Interface.atualizaMapa(); |
| 137 | }, | 130 | }, |
| 138 | cor = $i("i3GEOopcoesQuerycor").value, | 131 | cor = $i("i3GEOopcoesQuerycor").value, |
| 139 | p = i3GEO.configura.locaplic+"/classesphp/mapa_controle.php?g_sid="+i3GEO.configura.sid+"&funcao=querymapcor&cor="+cor, | 132 | p = i3GEO.configura.locaplic+"/classesphp/mapa_controle.php?g_sid="+i3GEO.configura.sid+"&funcao=querymapcor&cor="+cor, |
ferramentas/tipoimagem/index.js
| @@ -157,6 +157,6 @@ i3GEOF.tipoimagem = { | @@ -157,6 +157,6 @@ i3GEOF.tipoimagem = { | ||
| 157 | } | 157 | } |
| 158 | i3GEO.configura.tipoimagem = f.join(" "); | 158 | i3GEO.configura.tipoimagem = f.join(" "); |
| 159 | i3GEO.Interface.alteraParametroLayers("TIPOIMAGEM",f.join(" ")); | 159 | i3GEO.Interface.alteraParametroLayers("TIPOIMAGEM",f.join(" ")); |
| 160 | - i3GEO.Interface.openlayers.atualizaMapa(); | 160 | + i3GEO.Interface.atualizaMapa(); |
| 161 | } | 161 | } |
| 162 | }; | 162 | }; |
| 163 | \ No newline at end of file | 163 | \ No newline at end of file |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755